summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2020-11-05 20:47:19 +0800
committerPeter Hoeg <peter@hoeg.com>2020-11-05 22:41:39 +0800
commit13ed0cce2f73031fe7d8020ae4f9c10cfb487baf (patch)
tree64239b517fa480fcc291d31b4d33aa720bac1b27 /nixos/modules/system/boot
parente371443a1e663d385b78d9f47b6a49f2620698e2 (diff)
downloadnixpkgs-13ed0cce2f73031fe7d8020ae4f9c10cfb487baf.tar
nixpkgs-13ed0cce2f73031fe7d8020ae4f9c10cfb487baf.tar.gz
nixpkgs-13ed0cce2f73031fe7d8020ae4f9c10cfb487baf.tar.bz2
nixpkgs-13ed0cce2f73031fe7d8020ae4f9c10cfb487baf.tar.lz
nixpkgs-13ed0cce2f73031fe7d8020ae4f9c10cfb487baf.tar.xz
nixpkgs-13ed0cce2f73031fe7d8020ae4f9c10cfb487baf.tar.zst
nixpkgs-13ed0cce2f73031fe7d8020ae4f9c10cfb487baf.zip
nixos/systemd-resolved: fix incorrect user
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/resolved.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/resolved.nix b/nixos/modules/system/boot/resolved.nix
index b024f9cf5ee..84bc9b78076 100644
--- a/nixos/modules/system/boot/resolved.nix
+++ b/nixos/modules/system/boot/resolved.nix
@@ -136,7 +136,7 @@ in
       }
     ];
 
-    users.users.resolved.group = "systemd-resolve";
+    users.users.systemd-resolve.group = "systemd-resolve";
 
     # add resolve to nss hosts database if enabled and nscd enabled
     # system.nssModules is configured in nixos/modules/system/boot/systemd.nix