summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-01-25 23:48:26 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2026-01-25 23:48:26 +0100
commit7abcbaf840695141bb49d16e6175981becbcf284 (patch)
treeba3eca197df27d88e6218d605d2c963a0174fdb2
parentb4571c36acfbd91e71bb3af60843aa9fd6d263ca (diff)
network manager: disable
-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";