{ config, pkgs, lib, ... }: { imports = [ ./dns.nix ./radicale.nix ./glance.nix ./packages.nix ./hardware-configuration.nix ./remotebuild_user.nix ../../modules/common/nix.nix ../../modules/raspberrypi.nix ../../modules/common/networking.nix ../../modules/common/shell.nix ./user.nix ]; networking.hostName = "box"; networking.firewall.enable = false; # This will be overridden by system/default.nix system.stateVersion = "25.05"; }