nixos-conf/machine-confs/gaming.nix

9 lines
114 B
Nix
Raw Normal View History

2025-04-29 16:26:43 +03:00
{ ... }:
{
networking.hostName = "gaming";
imports = [ ../base.nix ];
services.qemuGuest.enable = true;
}