ooknet/hosts/ooksphone/modules/openssh.nix

6 lines
73 B
Nix

_: {
programs.ssh = {
enable = true;
startAgent = true;
};
}