configuration.nix/hosts/rico1/services/default.nix

4 lines
76 B
Nix
Raw Normal View History

2023-08-15 13:06:06 +05:30
{...}: {
2023-08-19 15:05:28 +05:30
imports = [./caddy.nix ./frpc.nix ./postgresql.nix ./ssh.nix];
2023-08-15 13:06:06 +05:30
}