configuration.nix/hosts/rico2/services/default.nix
2023-06-02 12:29:52 +05:30

4 lines
83 B
Nix

{...}: {
imports = [./caddy.nix ./frpc.nix];
services.openssh.enable = true;
}