nixos-conf/machine-confs/gaming.nix

8 lines
114 B
Nix

{ ... }:
{
networking.hostName = "gaming";
imports = [ ../base.nix ];
services.qemuGuest.enable = true;
}