diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index be11d05..61dad07 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -37,12 +37,6 @@ # Set your time zone. time.timeZone = "Europe/Paris"; - # The global useDHCP flag is deprecated, therefore explicitly set to false here. - # Per-interface useDHCP will be mandatory in the future, so this generated config - # replicates the default behaviour. - networking.interfaces.enp8s0.useDHCP = true; - networking.interfaces.wlp4s0.useDHCP = true; - # List services that you want to enable: my.services = { restic-backup = {