nix/{denna,iso,sini}: disable systemd wait-online
Anirudh Oppiliappan x@icyphox.sh
Thu, 01 Aug 2024 13:10:49 +0300
3 files changed,
3 insertions(+),
0 deletions(-)
M
hosts/denna/configuration.nix
→
hosts/denna/configuration.nix
@@ -9,6 +9,7 @@ ];
boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + systemd.network.wait-online.enable = false; networking.hostName = "denna"; networking.networkmanager.enable = true;
M
hosts/iso/configuration.nix
→
hosts/iso/configuration.nix
@@ -9,6 +9,7 @@ ];
boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + systemd.network.wait-online.enable = false; networking.hostName = "iso"; networking.networkmanager.enable = true;
M
hosts/sini/configuration.nix
→
hosts/sini/configuration.nix
@@ -9,6 +9,7 @@ ];
boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + systemd.network.wait-online.enable = false; networking.hostName = "sini"; # Define your hostname.