diff options
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index ee04bbc7..5070621c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -542,7 +542,7 @@ in { group = "guixbuild"; # -g guixbuild extraGroups = [ "guixbuild" ]; # -G guixbuild home = "/var/empty"; # -d /var/empty - shell = pkgs.nologin; # -s `which nologin` + shell = pkgs.shadow; # -s `which nologin` description = "Guix build user ${i}"; # -c "Guix buid user $i" isSystemUser = true; # --system }; |
