mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Revert "nixos: fix shell on conatiners"
This reverts commit c69577b7d6
.
See https://github.com/NixOS/nixpkgs/pull/2198 for further details.
This commit is contained in:
parent
b5773eeccb
commit
ad65a1e064
@ -94,7 +94,7 @@ in
|
||||
groupmod = { rootOK = true; };
|
||||
groupmems = { rootOK = true; };
|
||||
groupdel = { rootOK = true; };
|
||||
login = { startSession = !config.boot.isContainer; allowNullPassword = true; showMotd = true; updateWtmp = true; };
|
||||
login = { startSession = true; allowNullPassword = true; showMotd = true; updateWtmp = true; };
|
||||
chpasswd = { rootOK = true; };
|
||||
chgpasswd = { rootOK = true; };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user