From 2303f88813ffda5625b0abbdb1f958e370186267 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Mar 2022 18:30:43 -0300 Subject: configuration.nix: Replace "nologin" with new "shadow" package --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.3