diff options
Diffstat (limited to 'config/default.nix')
| -rw-r--r-- | config/default.nix | 4 |
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 |
