diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-25 18:30:43 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-25 18:30:43 -0300 |
| commit | 2303f88813ffda5625b0abbdb1f958e370186267 (patch) | |
| tree | a1fca57fbd98b761260c4931af34909963059972 | |
| parent | configuration.nix: Conditionally enable Docker and virtualization tools (diff) | |
| download | dotfiles-2303f88813ffda5625b0abbdb1f958e370186267.tar.gz dotfiles-2303f88813ffda5625b0abbdb1f958e370186267.tar.xz | |
configuration.nix: Replace "nologin" with new "shadow" package
| -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 }; |
