server host config for dns and share

This commit is contained in:
Satria 2026-02-25 21:34:51 +07:00
commit bef8d4784c
7 changed files with 153 additions and 2 deletions

9
hosts/homelab/config.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }: {
imports = [
../../modules/scans/homelab.nix
../../modules/hardware/homelab.nix
../../modules/system/server.nix
../../modules/system/user.nix
];
}