mirror of
http://code.capytal.cc/dot013/spacestation.git
synced 2026-06-08 23:30:23 -03:00
10 lines
130 B
Nix
10 lines
130 B
Nix
{...}: {
|
|
imports = [
|
|
./caddy.nix
|
|
./cloudflare.nix
|
|
./garage.nix
|
|
./postgresql.nix
|
|
./virtualisation.nix
|
|
];
|
|
}
|