{ config, ... }: { imports = [ ../lib ./cgit.nix ]; oxalab.vm.number = 9; networking.hostName = "cgit"; system.stateVersion = "26.05"; sops.secrets = { "wg/0xa-proxy" = { owner = config.users.users.systemd-network.name; }; }; microvm = { mem = 1 * 1024; vcpu = 2; }; }