diff options
author | lassulus <lassulus@lassul.us> | 2021-12-08 08:13:30 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-12-08 08:13:30 +0100 |
commit | 503c0176c1efca72e62ac3b0fee040d776108495 (patch) | |
tree | 78b3e8d2499192ec67343ee0eca13e95398dd3ba /krebs | |
parent | 8d2f6fba252d6885c458c55ba45de8cc8a828ee6 (diff) | |
parent | 78930db930a3f222feb72d344ff4f9f581bcfad9 (diff) |
Merge remote-tracking branch 'gum/21.11' into 21.11
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/airdcpp.nix | 1 | ||||
-rw-r--r-- | krebs/3modules/urlwatch.nix | 2 | ||||
-rw-r--r-- | krebs/nixpkgs.json | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/krebs/3modules/airdcpp.nix b/krebs/3modules/airdcpp.nix index 4ac6e30ee..259f613cc 100644 --- a/krebs/3modules/airdcpp.nix +++ b/krebs/3modules/airdcpp.nix @@ -269,6 +269,7 @@ let home = cfg.stateDir; createHome = true; isSystemUser = true; + group = "airdcpp"; inherit (cfg) extraGroups; }; groups.airdcpp.gid = genid "airdcpp"; diff --git a/krebs/3modules/urlwatch.nix b/krebs/3modules/urlwatch.nix index 6a159a5b2..2e336de21 100644 --- a/krebs/3modules/urlwatch.nix +++ b/krebs/3modules/urlwatch.nix @@ -194,7 +194,9 @@ let home = cfg.dataDir; createHome = true; isSystemUser = true; + group = user.name; }; + users.groups.${user.name} = {}; }; user = rec { diff --git a/krebs/nixpkgs.json b/krebs/nixpkgs.json index e219581a1..126c0a326 100644 --- a/krebs/nixpkgs.json +++ b/krebs/nixpkgs.json @@ -4,7 +4,6 @@ "date": "2021-12-01T16:06:54+01:00", "path": "/nix/store/88zw2qrbzaq3bnnsmz9qc4lvkwg0168g-nixpkgs", "sha256": "1dyyzgcmlhpsdb4ngiy8m0x10qmh0r56ky75r8ppvvh730m3lhfj", - "fetchLFS": false, "fetchSubmodules": false, "deepClone": false, "leaveDotGit": false |