diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index 994d23e..8ca5f58 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,7 +1,7 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{...}: { +{ ... }: { imports = [ ./boot.nix ./environment.nix @@ -19,5 +19,5 @@ # 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 = "25.05"; # Did you read the comment? + system.stateVersion = "26.05"; # Did you read the comment? } |
