From 446ca438985c371ae44e259218ab9c94323cf2de Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 2 May 2025 14:46:10 +0200 Subject: fix different username between systems --- hosts/nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 681fc28..3a52450 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -32,6 +32,9 @@ networkmanager.enable = true; }; + # Improve startup time + systemd.services.NetworkManager-wait-online.enable = false; + # Time time.timeZone = "Europe/Berlin"; -- cgit v1.3.1