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

11 lines
190 B
Nix

{
imports = [
# TODO: Enable after first install when SOPS secrets are configured
# ./tailscale.nix
# ./netdata.nix
# ./comin.nix
./nginx.nix
./openssh.nix
];
}