Create empty config for gaming VM

This commit is contained in:
Vili Sinervä 2025-04-29 16:26:43 +03:00
parent db5c048352
commit 372aab99f7
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

8
machine-confs/gaming.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
networking.hostName = "gaming";
imports = [ ../base.nix ];
services.qemuGuest.enable = true;
}