tangled
alpha
login
or
join now
koi.rip
/
dotfiles
0
fork
atom
my nixos dotfiles :3 (git.koi.rip mirror)
git.koi.rip/koi/dotfiles
linux
dotfiles
neovim
nixos
catppuccin
0
fork
atom
overview
issues
pulls
pipelines
seber: allow different rrsync directories
koi.rip
1 week ago
46e5b2b2
ce83b3e7
+1
-1
1 changed file
expand all
collapse all
unified
split
systems
seber
services
ebil-club.nix
+1
-1
systems/seber/services/ebil-club.nix
···
84
84
group = name;
85
85
openssh.authorizedKeys.keys = map (
86
86
key:
87
87
-
''command="${pkgs.rrsync}/bin/rrsync ~/${defaultHost}",restrict,no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ${key}''
87
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
};