mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
fix stateVersion warning
This commit is contained in:
parent
3985c4bc0d
commit
70217a022f
1 changed files with 2 additions and 0 deletions
|
@ -37,4 +37,6 @@
|
|||
"/" = { device = "tmpfs"; fsType = "tmpfs"; options = [ "mode=755" ]; };
|
||||
"/nix" = { device = "/dev/sda1"; fsType = "ext4"; options = [ "noatime" ]; };
|
||||
};
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue