summary refs log tree commit diff
path: root/modules/config/users-groups.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-16 11:27:59 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-16 11:34:21 -0400
commit73532c38559b7bad2f6ff31bdef0d283ec75b543 (patch)
tree94abebfdd61931c9e0fd1622dd6d16ddbc1f20a8 /modules/config/users-groups.nix
parent8c24de13e4828cfd1c66ae0f3ae0d3c3a39c07fa (diff)
downloadnixpkgs-73532c38559b7bad2f6ff31bdef0d283ec75b543.tar
nixpkgs-73532c38559b7bad2f6ff31bdef0d283ec75b543.tar.gz
nixpkgs-73532c38559b7bad2f6ff31bdef0d283ec75b543.tar.bz2
nixpkgs-73532c38559b7bad2f6ff31bdef0d283ec75b543.tar.lz
nixpkgs-73532c38559b7bad2f6ff31bdef0d283ec75b543.tar.xz
nixpkgs-73532c38559b7bad2f6ff31bdef0d283ec75b543.tar.zst
nixpkgs-73532c38559b7bad2f6ff31bdef0d283ec75b543.zip
Global replace /var/run/current-system -> /run/current-system
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 beb21734652..598d68eb91d 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.";
       };