ooknet/hosts/ooksphone/modules/openssh.nix

6 lines
77 B
Nix

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