Compare commits

..

No commits in common. "5f986424bb38e9e8c60b8fa21c3975af74288ca1" and "741c36cf7804a9e03b250ba015d9c6ef4beaec9b" have entirely different histories.

3 changed files with 2 additions and 14 deletions

View file

@ -55,18 +55,6 @@
"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 nextcloud user to postgresql
# Map the forgejo user to postgresql
''
nextcloud-users nextcloud nextcloud
'';

View file

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