add tudelft vm
Some checks failed
Lint / lint (push) Failing after 2m8s
Plex Update / update (push) Successful in 2m13s

This commit is contained in:
Vivian 2023-12-18 15:49:08 +01:00
parent 41d7901887
commit 3557cc4101
6 changed files with 53 additions and 32 deletions

View file

@ -1,11 +1,12 @@
{ lib, ... }: {
imports = [ ../common/common.nix ../common/generic-vm.nix ];
imports = [ ../common ../common/generic-vm.nix ];
proxmox.qemuConf = {
virtio0 = "local-zfs:vm-9999-disk-0";
cores = 1;
memory = 1024;
cores = 4;
memory = 4096;
bios = "ovmf";
additionalSpace = "20G";
};
# Enable SSH