my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin

seber: allow different rrsync directories

+1 -1
+1 -1
systems/seber/services/ebil-club.nix
··· 84 84 group = name; 85 85 openssh.authorizedKeys.keys = map ( 86 86 key: 87 - ''command="${pkgs.rrsync}/bin/rrsync ~/${defaultHost}",restrict,no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ${key}'' 87 + ''command="${pkgs.rrsync}/bin/rrsync ~",restrict,no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ${key}'' 88 88 ) sshPubkeys; 89 89 }; 90 90 };