chore: set system.stateVersion 25.05

This commit is contained in:
Nicole Dresselhaus 2025-06-10 21:56:20 +02:00
parent 126221ce1e
commit 3d68fa9551

View File

@ -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 ];
}