migrate artemision to useNetworkd
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
1338117410
commit
cc55313255
@ -21,6 +21,7 @@
|
|||||||
networking = {
|
networking = {
|
||||||
hostId = "58f50a15";
|
hostId = "58f50a15";
|
||||||
firewall.enable = true;
|
firewall.enable = true;
|
||||||
|
useNetworkd = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
@ -101,9 +101,7 @@
|
|||||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
# still possible to use this option, but it's recommended to use it in conjunction
|
# still possible to use this option, but it's recommended to use it in conjunction
|
||||||
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.interfaces.wlp4s0.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.enp196s0f3u2u1.useDHCP = lib.mkDefault true;
|
|
||||||
# networking.interfaces.wlp4s0.useDHCP = lib.mkDefault true;
|
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user