flake/hosts/hyrule/services/default.nix

8 lines
113 B
Nix
Raw Normal View History

2026-02-09 01:51:30 +10:00
{...}: {
imports = [
./services/forgejo.nix
./services/vaultwarden.nix
./services/nginx.nix
];
}