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

View file

@ -0,0 +1,9 @@
{ ... }: {
imports = [
./homelab/share.nix
./homelab/dns.nix
./base.nix
];
services.openssh.enable = true;
}