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