Server NixOS configs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: include system state version

+2
+2
hosts/tethys/default.nix
··· 8 8 ]; 9 9 10 10 nixpkgs.config.allowUnfree = true; 11 + 12 + system.stateVersion = "26.05"; 11 13 }