passthrough stateVersion to home-manager

This commit is contained in:
Artemis Tosini 2022-02-19 05:46:09 +00:00
parent 634162b9f8
commit dd24b49c51
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, ... }:
{
home-manager = {
@ -14,6 +14,8 @@
./ssh
];
home.stateVersion = config.system.stateVersion;
services.syncthing.enable = true;
programs.direnv = {
enable = true;