commit c7fa9c8a96cc58b09e9e5731b534e8499dd4fc93
parent cdd7d0542fbed42bc70016b3f31f72cf1556e744
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 19:18:05 +0200
Add missing options
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -129,6 +129,7 @@
boot.supportedFilesystems = [ "btrfs" ];
hardware.enableAllFirmware = true;
+ systemd.network.enable = true;
systemd.network = {
netdevs = {
floating1 = {
@@ -154,6 +155,7 @@
networking = {
hostName = "worker-1";
enableIPv6 = true;
+ useNetworkd = true;
useDHCP = true;
# networkmanager.enable = true;