remove networking config from filessystem config
This commit is contained in:
parent
5da6d1e71f
commit
e7fcffc7a6
1 changed files with 0 additions and 3 deletions
|
@ -9,8 +9,5 @@
|
|||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
fileSystems."/" = lib.mkDefault { device = "/dev/disk/by-partlabel/disk-main-root"; fsType = "ext4"; };
|
||||
|
||||
networking.useNetworkd = true;
|
||||
networking.useDHCP = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue