profiles/mercury-vm,profiles/cybercluster-vm: Add profiles for Proxmox VMs
This commit is contained in:
18
profiles/mercury-vm/default.nix
Normal file
18
profiles/mercury-vm/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
|
||||
options.profiles.clerie.mercury-vm = {
|
||||
enable = mkEnableOption "Profile for mercury VMs";
|
||||
};
|
||||
|
||||
config = mkIf config.profiles.clerie.mercury-vm.enable {
|
||||
|
||||
profiles.clerie.fem-net.enable = true;
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user