From 3d68fa955177607d1ee1be0f768453659e86f8e0 Mon Sep 17 00:00:00 2001 From: Nicole Dresselhaus Date: Tue, 10 Jun 2025 21:56:20 +0200 Subject: [PATCH] chore: set system.stateVersion 25.05 --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 1eb986d..4e6cb33 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,6 +16,7 @@ ]; }; + system.stateVersion = "25.05"; # ← einmalig festnageln services.openssh.enable = true; services.zfs.autoScrub.enable = true; # Snapshots & Details kommen später @@ -23,4 +24,5 @@ boot.kernelPackages = pkgs.linuxPackages_6_12; environment.systemPackages = with pkgs; [ git vim ]; + }