nixos: fix shell on conatiners
This commit is contained in:
parent
d54a805281
commit
c69577b7d6
@ -94,7 +94,7 @@ in
|
|||||||
groupmod = { rootOK = true; };
|
groupmod = { rootOK = true; };
|
||||||
groupmems = { rootOK = true; };
|
groupmems = { rootOK = true; };
|
||||||
groupdel = { rootOK = true; };
|
groupdel = { rootOK = true; };
|
||||||
login = { startSession = true; allowNullPassword = true; showMotd = true; updateWtmp = true; };
|
login = { startSession = !config.boot.isContainer; allowNullPassword = true; showMotd = true; updateWtmp = true; };
|
||||||
chpasswd = { rootOK = true; };
|
chpasswd = { rootOK = true; };
|
||||||
chgpasswd = { rootOK = true; };
|
chgpasswd = { rootOK = true; };
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user