server7/samba: use DHCP

This commit is contained in:
Astro 2020-01-26 22:19:10 +01:00
parent 057529f14f
commit b3112f6ea5
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ name:
isReadOnly = true;
};
networking = {
useDHCP = false;
interfaces.eth0.useDHCP = true;
};
config = { config, pkgs, lib, ... }: {
imports = [ ../inner-defaults.nix ];