summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8b28c99..8394312 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,6 +14,7 @@
(
{
config,
+ lib,
pkgs,
modulesPath,
...
@@ -42,6 +43,7 @@
networking = {
hostName = "chaos";
+ networkmanager.enable = lib.mkForce false;
wireless = {
enable = true;
networks.Quentinternational.pskRaw = "ext:psk_hotspot";