feat(tazjin/polyanka): Enable VMWare guest configuration
Change-Id: I47057976712fdfa0e0eb276b45ddbd8bacec55d3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5385 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
c5306ec8ba
commit
648e18d142
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ in
|
|||
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "vmw_pvscsi" "sd_mod" "sr_mod" ];
|
||||
|
||||
virtualisation.vmware.guest.enable = true;
|
||||
virtualisation.vmware.guest.headless = true;
|
||||
|
||||
nix.settings.trusted-users = [ "tazjin" ];
|
||||
|
||||
# Work around strongswan 5.9.4 being incompatible with servers not
|
||||
|
|
Loading…
Reference in a new issue