diff options
Diffstat (limited to 'config/default.nix')
| -rw-r--r-- | config/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config/default.nix b/config/default.nix index 89444af..dd22e26 100644 --- a/config/default.nix +++ b/config/default.nix @@ -10,15 +10,11 @@ ./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 # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "20.03"; # Did you read the comment? + system.stateVersion = "24.11"; # Did you read the comment? } |
