Skip to content

Commit

Permalink
fix(gitserver): add git user to backup group to fix restic backups
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhoenle committed Nov 4, 2024
1 parent 2ed50e5 commit ddfcebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/gitserver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
home = "/var/lib/git-server";
createHome = true;
shell = "${pkgs.git}/bin/git-shell";
extraGroups = [ "backup" ];
openssh.authorizedKeys.keys = [
"[email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIGz2voOKRU2i2BECmdXRw+1okyV+Kwm6PSN0ghaD8zuqAAAABHNzaDo="
"[email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIPsnp3qCYwCpb49UptuZ8csHzIZzZr0Buyl7uVW9udFdAAAABHNzaDo="
Expand Down

0 comments on commit ddfcebc

Please sign in to comment.