[NixOS] Make kanivan keys work for syncthing

This commit is contained in:
Ivan Malison 2024-04-08 07:39:11 +00:00
parent 5fae69b391
commit b54cb9fceb

View File

@ -27,7 +27,7 @@ in
extraGroups = [ "syncthing" "wheel" ]; extraGroups = [ "syncthing" "wheel" ];
home = "/var/lib/syncthing"; home = "/var/lib/syncthing";
createHome = true; createHome = true;
openssh.authorizedKeys.keys = [giteaSecret]; openssh.authorizedKeys.keys = [giteaSecret] ++ kanivanKeys;
}; };
ivanm = userDefaults // { ivanm = userDefaults // {
extraGroups = extraGroupsWithWheel; extraGroups = extraGroupsWithWheel;