{ pkgs, ... }: { imports = [ ./hardware-configuration.nix ./reverseproxy.nix ]; networking.hostName = "reverseproxy"; boot.loader.grub.devices = [ "/dev/sda" ]; users.users."nginx".home = "/var/lib/nginx"; users.users."anubis".extraGroups = [ "nginx" ]; system.stateVersion = "25.05"; }