mirror of
http://code.capytal.cc/dot013/spacestation.git
synced 2026-01-17 00:06:12 -03:00
10 lines
131 B
Nix
10 lines
131 B
Nix
{...}: {
|
|
imports = [
|
|
./caddy.nix
|
|
./cloudflared.nix
|
|
./garage.nix
|
|
./postgresql.nix
|
|
./virtualisation.nix
|
|
];
|
|
}
|