configuration.nix/hosts/rico2/services/default.nix

5 lines
71 B
Nix
Raw Normal View History

2023-05-18 16:11:26 +05:30
{...}: {
2023-05-27 21:12:16 +05:30
imports = [./frpc.nix];
2023-04-10 23:23:52 +05:30
services.openssh.enable = true;
}