nixos-conf/machine-confs/gaming.nix

12 lines
156 B
Nix
Raw Normal View History

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