cryodev/hosts/cryodev-main/services/default.nix
2026-03-14 10:44:36 +01:00

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
];
}