diff options
| author | caley <u65487754@gmail.com> | 2026-05-30 20:11:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 20:11:08 +0200 |
| commit | 48381bf972b1d42b9687ea42dd3496695e903c0b (patch) | |
| tree | ee1bdeb47db486c12ebe0620d3053700d293e3e7 | |
| parent | 4e33c5ff4dcbca7db30e31ec7e9a9836e5cf44f1 (diff) | |
Update configuration.nix
| -rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 69f8e15..c642317 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -122,5 +122,5 @@ environment.systemPackages = with pkgs; [ documentation.enable = false; documentation.man.enable = false; - system.stateVersion = "25.11"; + system.stateVersion = "26.05"; } |
