aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-25 18:30:43 -0300
committerEuAndreh <eu@euandre.org>2022-03-25 18:30:43 -0300
commit2303f88813ffda5625b0abbdb1f958e370186267 (patch)
treea1fca57fbd98b761260c4931af34909963059972
parentconfiguration.nix: Conditionally enable Docker and virtualization tools (diff)
downloaddotfiles-2303f88813ffda5625b0abbdb1f958e370186267.tar.gz
dotfiles-2303f88813ffda5625b0abbdb1f958e370186267.tar.xz
configuration.nix: Replace "nologin" with new "shadow" package
-rw-r--r--configuration.nix2
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
};