diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 16:42:29 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 16:42:29 +0200 |
commit | 2976ee17d43cc47781bb9ceb8253d5cec2ab637a (patch) | |
tree | 83df737ec2d1d12fd6e42416c0e56cedfbc4d3b1 /hosts/home.nix | |
parent | Add placeholder for git commit signing by default (diff) | |
download | nixos-config-2976ee17d43cc47781bb9ceb8253d5cec2ab637a.tar.gz nixos-config-2976ee17d43cc47781bb9ceb8253d5cec2ab637a.tar.bz2 nixos-config-2976ee17d43cc47781bb9ceb8253d5cec2ab637a.zip |
Add home.stateVersion to home-manager
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 767395c..62fd3a5 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -178,4 +178,6 @@ in sha256 = "sha256-YKpIno5QSJM/GGp5DwQeuhKmTU5S96+IhLr0O0V8PDI="; }; }; + + home.stateVersion = "22.05"; } |