Add minimal exoplasim VM conf
This commit is contained in:
parent
a14ba00b66
commit
3350f4df64
1 changed files with 9 additions and 0 deletions
9
machine-confs/exoplasim.nix
Normal file
9
machine-confs/exoplasim.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.hostName = "exoplasim";
|
||||
|
||||
imports = [ ../base.nix ];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue