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