diff options
author | Frankie B. <git@diskfloppy.me> | 2024-03-10 22:34:10 +0000 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-03-10 22:34:10 +0000 |
commit | 945ace09ee8023ce8f1721f183c7417aacfb1c04 (patch) | |
tree | b5620955f0c53124068eebdfe7eaf92c0e8fe15d /hosts/watermelon | |
parent | 3f341d9f5d03807e69ea20eb89bda6ad72e5a3d3 (diff) |
Disable Network Manager Wait Online
It was being a twat
Diffstat (limited to 'hosts/watermelon')
-rw-r--r-- | hosts/watermelon/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/watermelon/configuration.nix b/hosts/watermelon/configuration.nix index 10eddce..915cfc1 100644 --- a/hosts/watermelon/configuration.nix +++ b/hosts/watermelon/configuration.nix @@ -177,6 +177,8 @@ TTYVTDisallocate = true; }; + systemd.services.NetworkManager-wait-online.enable = lib.mkForce false; + security.pam.services.gtklock.text = lib.readFile "${pkgs.gtklock}/etc/pam.d/gtklock"; networking.firewall.enable = false; |