10 lines
131 B
Nix
10 lines
131 B
Nix
{...}: {
|
|
imports = [
|
|
./caddy.nix
|
|
./cloudflared.nix
|
|
./garage.nix
|
|
./postgresql.nix
|
|
./virtualisation.nix
|
|
];
|
|
}
|