{ pkgs, config, lib, ... }: { imports = [ ./default.nix ./tailscale.nix ]; powerManagement.cpuFreqGovernor = "schedutil"; services.openssh = { enable = true; permitRootLogin = "yes"; passwordAuthentication = false; }; networking.firewall.allowedTCPPorts = [ 22 ]; }