From cd52f49edd9507efef186dfcac15c8afa473b422 Mon Sep 17 00:00:00 2001 From: uku Date: Sun, 3 Mar 2024 16:54:35 +0100 Subject: [PATCH] disable networkmanager-wait-online this bitch only caused stupid issues and no one is able to fix it apparently --- configs/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/common.nix b/configs/common.nix index d4dc80d..c2932fc 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -144,6 +144,8 @@ in { }; }; + systemd.services.NetworkManager-wait-online.enable = lib.mkForce false; + time.timeZone = "Europe/Paris"; users.users = {