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