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"; nixpkgs.hostPlatform = "x86_64-linux";
networking = { networking.hostName = "ellaca";
hostName = "ellaca";
useDHCP = true;
};
boot = { boot = {
initrd = { initrd = {

View file

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

View file

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