This commit is contained in:
2026-08-27 20:44:59 +02:00
parent 2613b5eb1e
commit 70541b2698
5 changed files with 55 additions and 14 deletions
+1 -1
View File
@@ -44,6 +44,6 @@
nixpkgs.config.allowUnfree = true;
# Version festlegen
system.stateVersion = "25.05";
system.stateVersion = "26.05";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}