{ ... }: { imports = [ ../../modules/common.nix ./hardware.nix ./devices.nix ../../modules/dns.nix ../../modules/ddns.nix ../../modules/nfs.nix ../../modules/jellyfin.nix ../../services/home-assistant.nix ../../services/immich.nix ../../services/torrent ]; foundation = { www = { enable = true; public = true; tailnet = true; }; monitoring = { client.enable = true; services = [ "base" "dns" "home" "jellyfin" "immich" ]; }; }; system.stateVersion = "24.05"; }