15 lines
270 B
Nix
15 lines
270 B
Nix
{
|
|
imports = [
|
|
# TODO: Enable after first install when SOPS secrets are configured
|
|
# ./forgejo.nix
|
|
# ./headplane.nix
|
|
# ./mailserver.nix
|
|
# ./tailscale.nix
|
|
|
|
./headscale.nix
|
|
./netdata.nix
|
|
./nginx.nix
|
|
./openssh.nix
|
|
./sops.nix
|
|
];
|
|
}
|