nix-flake/modules/system/server.nix
2026-03-01 17:19:07 +07:00

11 lines
No EOL
183 B
Nix

{ ... }: {
imports = [
./homelab/share.nix
./homelab/proxy.nix
./homelab/dash.nix
./homelab/dns.nix
./homelab/git.nix
./homelab/idp.nix
./base.nix
];
}