{ config , pkgs , lib , ... }: { my = { utils.commons.enable = true; networking.tailscale = { enable = false; exitNode = "vps"; # authKeyFile = builtins.toFile "authKey" ''${parameters.tailscaleAuthKey}''; }; services.download-pod = { enable = true; proxy.enable = false; }; virtualisation = { proxmox.enable = true; }; }; time.timeZone = "Europe/Rome"; # Extra packages environment.systemPackages = with pkgs; [ ]; services = { openssh.enable = true; }; system.stateVersion = "24.05"; }