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