summaryrefslogtreecommitdiff
path: root/config/default.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2024-09-29 19:56:08 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2024-10-27 19:08:46 +0100
commit491c4bf6b4596b486b12724e9124a854cc7abc26 (patch)
tree3911453e589959da652a1d5f62e5966b05f1643e /config/default.nix
parent072ad00164e98823691e7da1cdd07ac368391c38 (diff)
migrate hostapd config
Diffstat (limited to 'config/default.nix')
-rw-r--r--config/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.nix b/config/default.nix
index 976c008..81e202a 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -9,6 +9,10 @@
./users.nix
];
+ # needed so that the server doesn't rebuild big packages
+ # originally enabled in modulesPath + profiles/minimal.nix
+ environment.noXlibs = false;
+
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It‘s perfectly fine and recommended to leave