9 lines
114 B
Nix
9 lines
114 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
networking.hostName = "gaming";
|
||
|
|
||
|
imports = [ ../base.nix ];
|
||
|
|
||
|
services.qemuGuest.enable = true;
|
||
|
}
|