diff --git a/hosts/nixdev/default.nix b/hosts/nixdev/default.nix index 2517ff9..55d0c3a 100644 --- a/hosts/nixdev/default.nix +++ b/hosts/nixdev/default.nix @@ -37,4 +37,6 @@ "/" = { device = "tmpfs"; fsType = "tmpfs"; options = [ "mode=755" ]; }; "/nix" = { device = "/dev/sda1"; fsType = "ext4"; options = [ "noatime" ]; }; }; + + system.stateVersion = "22.05"; }