summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2024-09-21 17:17:08 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2024-09-21 17:17:08 +0200
commit2008e9b8975ca37c57d61754140310ab76d32746 (patch)
tree65bb84fca5e73d505fce8387d7868145473299d8 /config
parentd4c7707c7b34a93594a1dbd89892a4f99eaa7111 (diff)
minimal profile does not disable xlibs anymore
Diffstat (limited to 'config')
-rw-r--r--config/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/default.nix b/config/default.nix
index 81e202a..976c008 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -9,10 +9,6 @@
./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