1
0
Fork 0
dotfiles/system/nixos/ssh.nix

4 lines
38 B
Nix
Raw Normal View History

2022-07-30 17:49:04 +00:00
{
services.openssh.enable = true;
}