Compare commits
2 commits
741c36cf78
...
5f986424bb
Author | SHA1 | Date | |
---|---|---|---|
Serĉanto de Scio | 5f986424bb | ||
Serĉanto de Scio | 5a9ac9256a |
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue