1
Fork 0
satellite/home/features/cli/ssh.nix

8 lines
133 B
Nix
Raw Normal View History

2023-01-10 02:38:06 +01:00
{ ... }: {
programs.ssh.enable = true;
# home.persistence = {
# "/persist/home/adrielus".directories = [ ".ssh" ];
# };
}