l green.r: use DHCP

This commit is contained in:
lassulus 2022-11-21 23:51:28 +01:00
parent 093dd94a37
commit 4eb8c33ceb

View File

@ -3,5 +3,5 @@
./config.nix
];
boot.isContainer = true;
networking.useDHCP = false;
networking.useDHCP = true;
}