1
Fork 0
satellite/home/features/cli/ssh.nix
2023-05-28 02:00:10 +02:00

8 lines
133 B
Nix

{ ... }: {
programs.ssh.enable = true;
# home.persistence = {
# "/persist/home/adrielus".directories = [ ".ssh" ];
# };
}