mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Always enable container logins
This commit is contained in:
parent
6da72a4456
commit
fee81c3739
4 changed files with 5 additions and 4 deletions
|
@ -105,7 +105,6 @@ in
|
|||
security.initialRootPassword = mkDefault "!";
|
||||
networking.hostName = mkDefault name;
|
||||
networking.useDHCP = false;
|
||||
imports = [ ./container-login.nix ];
|
||||
};
|
||||
in [ extraConfig config.config ];
|
||||
prefix = [ "containers" name ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue