Create empty config for gaming VM
This commit is contained in:
parent
db5c048352
commit
372aab99f7
1 changed files with 8 additions and 0 deletions
8
machine-confs/gaming.nix
Normal file
8
machine-confs/gaming.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking.hostName = "gaming";
|
||||
|
||||
imports = [ ../base.nix ];
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue