mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Don't run dhcpcd in containers
This commit is contained in:
parent
11c4c4ae54
commit
5b10ea1f99
@ -156,6 +156,7 @@ in
|
||||
{ boot.isContainer = true;
|
||||
security.initialRootPassword = mkDefault "!";
|
||||
networking.hostName = mkDefault name;
|
||||
networking.useDHCP = false;
|
||||
imports = [ ./container-login.nix ];
|
||||
};
|
||||
in [ extraConfig config.config ];
|
||||
|
Loading…
Reference in New Issue
Block a user