{ config, pkgs, lib, ... }: { imports = [ ./hardware-configuration.nix ]; networking.hostName = "phil"; services.gitea-runner = { enable = true; instanceUrl = "https://git.neet.dev"; }; boot.binfmt.emulatedSystems = [ "x86_64-linux" ]; }