[NixOS] Gitea secret can access syncthing user

This commit is contained in:
2024-04-08 05:49:38 +00:00
parent b8d4cf59b8
commit 5fae69b391
2 changed files with 2 additions and 0 deletions

View File

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