Disable Network Manager Wait Online

It was being a twat
This commit is contained in:
floppydiskette 2024-03-10 22:34:10 +00:00
parent 3f341d9f5d
commit 945ace09ee
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

View file

@ -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;