{ ... }: { imports = [ ../../modules/common.nix ./hardware.nix ./devices.nix ../../services/conduwuit.nix ../../services/pds.nix ../../services/akkoma ]; foundation = { www = { enable = true; public = true; tailnet = true; }; monitoring = { client.enable = true; services = [ "base" "akkoma" "pds" "conduwuit" ]; }; }; system.stateVersion = "23.05"; }