diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-06-11 19:20:32 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-06-11 19:20:32 +0200 |
| commit | 9b4fac7c2b64161ffc1f4ae1e604a14c57704ab4 (patch) | |
| tree | 0a5cd61f8cb732d2b044175f1de42f280183ec58 /config | |
| parent | 78e217fbe8bf5670208e5779fc31797a76bee5e8 (diff) | |
minimal profile: reenable Xlibs
Diffstat (limited to 'config')
| -rw-r--r-- | config/default.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/default.nix b/config/default.nix index 397b68e..81e202a 100644 --- a/config/default.nix +++ b/config/default.nix @@ -1,6 +1,4 @@ -{ modulesPath, ... }: - -{ +{modulesPath, ...}: { imports = [ (modulesPath + "/profiles/minimal.nix") ./boot.nix @@ -11,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 |
