diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-06-11 19:21:15 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-06-11 19:21:15 +0200 |
| commit | 1c7a8b1b0cd0333682b21123ac3decccb362ea14 (patch) | |
| tree | 7b0c4a4a10dcd8fd0471ed58d70857ace25e30bb | |
| parent | f05c7979af2eb2cfe67d2f9a132633da2e82bcb4 (diff) | |
minimal profile: reenable Xlibs
| -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 43dff7d..89444af 100644 --- a/config/default.nix +++ b/config/default.nix @@ -1,6 +1,4 @@ -{ modulesPath, ... }: - -{ +{modulesPath, ...}: { imports = [ (modulesPath + "/profiles/headless.nix") (modulesPath + "/profiles/minimal.nix") @@ -12,6 +10,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 |
