mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Don't run dhcpcd in containers
This commit is contained in:
parent
11c4c4ae54
commit
5b10ea1f99
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue