fix: add stateversion to work config

This commit is contained in:
Michael Thomas 2022-06-07 11:08:48 -04:00
parent 03c2cf5ee7
commit 0c22543f87

View File

@ -48,4 +48,6 @@ in
extraGroups = [ "wheel" "docker" "podman" ];
shell = pkgs.zsh;
};
system.stateVersion = "21.11";
}