diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-06-28 13:21:03 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-06-28 13:21:03 +0200 |
| commit | b360a5c7946ffabfdbe815c2a65225a1201de659 (patch) | |
| tree | fe70f2810532944949e18b16a97bca26e1190089 /nixos/default.nix | |
| parent | 1aca655a452a0629d576fccd7bb05b4b85574f9a (diff) | |
| download | precision-3571-b360a5c7946ffabfdbe815c2a65225a1201de659.tar.gz precision-3571-b360a5c7946ffabfdbe815c2a65225a1201de659.tar.bz2 precision-3571-b360a5c7946ffabfdbe815c2a65225a1201de659.tar.xz | |
Diffstat (limited to 'nixos/default.nix')
| -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? } |
