move use dhcp

This commit is contained in:
twoneis 2024-06-06 00:00:07 +02:00
parent c74e827255
commit e0346fadb4
3 changed files with 3 additions and 8 deletions

View file

@ -5,10 +5,7 @@
nixpkgs.hostPlatform = "x86_64-linux";
networking = {
hostName = "ellaca";
useDHCP = true;
};
networking.hostName = "ellaca";
boot = {
initrd = {

View file

@ -5,10 +5,7 @@
nixpkgs.hostPlatform = "x86_64-linux";
networking = {
hostName = "pleniscenta";
useDHCP = true;
};
networking.hostName = "pleniscenta";
boot = {
initrd = {

View file

@ -41,6 +41,7 @@
documentation.nixos.enable = false;
networking = {
useDHCP = true;
wireless.iwd.enable = true;
extraHosts =
''