Compare commits

..

2 commits

Author SHA1 Message Date
Serĉanto de Scio 5f986424bb
nixos: added packages from 23.05 2024-02-26 22:37:23 +10:00
Serĉanto de Scio 5a9ac9256a
nextcloud: correct comment 2024-02-26 22:35:14 +10:00
3 changed files with 14 additions and 2 deletions

View file

@ -55,6 +55,18 @@
"url": "https://github.com/nmattia/niv/archive/82e5cd1ad3c387863f0545d7591512e76ab0fc41.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixos-23.05": {
"branch": "nixos-23.05",
"description": "Nix Packages collection & NixOS",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "70bdadeb94ffc8806c0570eb5c2695ad29f0e421",
"sha256": "05cbl1k193c9la9xhlz4y6y8ijpb2mkaqrab30zij6z4kqgclsrd",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/70bdadeb94ffc8806c0570eb5c2695ad29f0e421.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixos2111": {
"branch": "nixos-21.11",
"description": "Nix Packages collection",

View file

@ -51,7 +51,7 @@
local nextcloud all ident map=nextcloud-users
'';
identMap =
# Map the forgejo user to postgresql
# Map the nextcloud user to postgresql
''
nextcloud-users nextcloud nextcloud
'';

View file

@ -6,7 +6,7 @@
...
}: let
sources = import ../nix/sources.nix;
nixpkgs2111 = (import sources.nixos2111 {}).pkgs;
nixpkgs2305 = (import sources."nixos-23.05" {}).pkgs;
in {
imports = [
../profiles/openssh.nix