[NixOS] Make kanivan keys work for syncthing
This commit is contained in:
parent
5fae69b391
commit
b54cb9fceb
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user