diff options
| author | Baitinq <[email protected]> | 2022-06-22 16:42:29 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-22 16:42:29 +0200 |
| commit | fae4ae8531838502772a81c268f518729fc919ce (patch) | |
| tree | 21acff832ed49252e8b9c72238b11a24c2b1bff4 /hosts/home.nix | |
| parent | Add placeholder for git commit signing by default (diff) | |
| download | nixos-config-fae4ae8531838502772a81c268f518729fc919ce.tar.gz nixos-config-fae4ae8531838502772a81c268f518729fc919ce.tar.bz2 nixos-config-fae4ae8531838502772a81c268f518729fc919ce.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"; } |