[nixos] Re-Enable useDHCP to get on-boot ssh

This commit is contained in:
Sebastian Schulze 2023-06-01 16:42:56 +02:00
parent 41ec9dd6ee
commit 9961a0b7ac
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
nixpkgs.config.allowUnfree = true;
networking = {
useDHCP = false;
useDHCP = true;
networkmanager.enable = false;
useNetworkd = true;
firewall.allowedTCPPorts = [ 22 ];