diff options
| author | schererleander <leander@schererleander.de> | 2025-05-02 14:46:10 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-02 14:46:10 +0200 |
| commit | 446ca438985c371ae44e259218ab9c94323cf2de (patch) | |
| tree | bdcf25a84b3301d6534abd6f5c5b9c7040f69d32 /hosts/nixos | |
| parent | 3b61a658bfe351081956cfc3a60faabe098ec754 (diff) | |
fix different username between systems
Diffstat (limited to 'hosts/nixos')
| -rw-r--r-- | hosts/nixos/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |
