{ den, __findFile, modules, ... }: { den.aspects.rpi5 = { includes = [ # ]; nixos = { networking.hostName = "nixos-001-rp5"; networking.firewall = { enable = true; allowedTCPPorts = [ 80 443 8080 ]; allowedUDPPortRanges = [ ]; }; virtualisation.docker.enable = true; virtualisation.oci-containers.backend = "docker"; services.openssh.enable = true; nixpkgs.hostPlatform = "aarch64-linux"; }; }; }