tangled
alpha
login
or
join now
pyrox.dev
/
nix
My Nix Configuration
1
fork
atom
overview
issues
pulls
pipelines
[default-config] update stateVersion to 25.11
pyrox.dev
1 month ago
058b0c89
94d8a180
options
unified
split
Changed files
+1
-1
nixosModules
default-config
default.nix
+1
-1
nixosModules/default-config/default.nix
···
14
14
./users.nix
15
15
];
16
16
system = {
17
17
-
stateVersion = "25.05";
17
17
+
stateVersion = "25.11";
18
18
disableInstallerTools = true;
19
19
tools.nixos-rebuild.enable = true;
20
20
};