Add dhcp-cluster-node machine conf

This commit is contained in:
Vili Sinervä 2024-12-09 14:02:21 +02:00
parent b9145a30e1
commit d03021321d
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
networking.hostName = "dhcp-cluster-node";
imports = [ ../base.nix ];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}