10 lines
152 B
Nix
10 lines
152 B
Nix
{
|
|
imports = [
|
|
../../../modules/postgresql.nix
|
|
./mail.nix
|
|
./nginx.nix
|
|
./wireguard.nix
|
|
# ./nextcloud.nix
|
|
# ./netbird.nix
|
|
];
|
|
}
|