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

11 lines
126 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
2023-10-29 23:26:49 +05:30
./dendrite
2023-08-19 23:08:35 +05:30
./frpc.nix
./nats.nix
./postgresql.nix
./ssh.nix
];
2023-08-15 13:06:06 +05:30
}