diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-12-01 22:59:58 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-12-01 23:28:59 +0100 |
| commit | 2f994c161ab21a5b675f28cd25947908f8ce80ed (patch) | |
| tree | f1d04e007a50ddef460287d2a4aef69ff12f6778 /config/default.nix | |
| parent | 7082046cf78fd6a0bef7a968f7c751d45f9859a5 (diff) | |
upgrade to nixos 24.11
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? } |
