Update to NixOS 25.11

This commit is contained in:
pazpi 2025-12-03 15:47:42 +01:00
parent 060c08cea1
commit 81bee0a7b9
4 changed files with 69 additions and 69 deletions

View file

@ -35,6 +35,6 @@ in
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 2d";
system.stateVersion = "25.05";
system.stateVersion = "25.11";
}