[NixOS] Make kanivan keys work for syncthing
This commit is contained in:
parent
5fae69b391
commit
b54cb9fceb
@ -27,7 +27,7 @@ in
|
||||
extraGroups = [ "syncthing" "wheel" ];
|
||||
home = "/var/lib/syncthing";
|
||||
createHome = true;
|
||||
openssh.authorizedKeys.keys = [giteaSecret];
|
||||
openssh.authorizedKeys.keys = [giteaSecret] ++ kanivanKeys;
|
||||
};
|
||||
ivanm = userDefaults // {
|
||||
extraGroups = extraGroupsWithWheel;
|
||||
|
Loading…
Reference in New Issue
Block a user