{ ... }: { imports = [ ../../modules/common.nix ./hardware.nix ./devices.nix ]; foundation = { www = { enable = true; public = true; tailnet = true; }; monitoring = { client.enable = true; services = [ "base" ]; }; wireguard.server = { enable = true; externalInterface = "enp1s0"; peers = { mel = { key = "vnZoHXapCLLUhZ8A8R5W0iJ8LpWVLve29z41kkoT0BU="; ip = 2; }; andrei = { key = "qqU4uYImLfUohIwl4KBshPtTINFcs0JVALjbmwpfxRg="; ip = 3; }; sergo = { key = "qbZGMNIDZFCJC6SHtlyNIlIdGWHELceXClJCcagrj2Y="; ip = 4; }; }; }; }; system.stateVersion = "25.05"; }