all repos — dotfiles @ 6958c91b7b80c6b30e7ec28f1e262d6eba14d9dd

my *nix dotfiles

nix/{denna,iso,sini}: disable systemd wait-online
Anirudh Oppiliappan x@icyphox.sh
Thu, 01 Aug 2024 13:10:49 +0300
commit

6958c91b7b80c6b30e7ec28f1e262d6eba14d9dd

parent

cda385749580cb2f1154d20fd57aabd9b015603d

3 files changed, 3 insertions(+), 0 deletions(-)

jump to
M hosts/denna/configuration.nixhosts/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.nixhosts/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.nixhosts/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.