Does anyone have a recommendation for a hardware build and flake for a powerful server type machine (e.g. headless, with remote KVM built in or via dongle) that allows my lower/under powered nixos-driven machines at home to use via LAN as an external build computer when they update and build their configuration? Thanks ! #NixOS #nixosconfiguration #flakes #homelab #remotebuilds
@ocramius @gianarb Just to be clear, this allows me to locally spawn a KVM based VM just by doing `nix build .#nixosConfiguration.<name>.config.formats.vm`
I can test stuff before going into production like that.
👾