mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-20 22:19:30 +00:00
Add nixos VM
This commit is contained in:
6
hardware/esxi-vm.nix
Normal file
6
hardware/esxi-vm.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.vmware.guest.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user