{ pkgs, ... }: { imports = [ ../nix ./owncast-integration ../ssh ../users ]; security.sudo.wheelNeedsPassword = false; networking.firewall.logRefusedConnections = false; i18n.defaultLocale = "C.UTF-8"; environment.systemPackages = with pkgs; [ htop ncdu ]; }