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

10 lines
111 B
Nix
Raw Normal View History

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