summary refs log tree commit diff
path: root/modules/config/users-groups.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/config/users-groups.nix')
-rw-r--r--modules/config/users-groups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/config/users-groups.nix b/modules/config/users-groups.nix
index beb217346522..598d68eb91db 100644
--- a/modules/config/users-groups.nix
+++ b/modules/config/users-groups.nix
@@ -48,7 +48,7 @@ let
       
       shell = mkOption {
         type = with types; uniq string;
-        default = "/var/run/current-system/sw/sbin/nologin";
+        default = "/run/current-system/sw/sbin/nologin";
         description = "The path to the user's shell.";
       };