diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-25 23:48:26 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-25 23:48:26 +0100 |
| commit | 7abcbaf840695141bb49d16e6175981becbcf284 (patch) | |
| tree | ba3eca197df27d88e6218d605d2c963a0174fdb2 | |
| parent | b4571c36acfbd91e71bb3af60843aa9fd6d263ca (diff) | |
network manager: disable
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |
