chore: Increase disk sizes.
This commit is contained in:
parent
8abe8541df
commit
6b3cec237c
3 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,8 @@ in {
|
|||
./commons.nix
|
||||
];
|
||||
|
||||
# This is intentionally defined like this (not using braces) for updating. DO NOT CHANGE THIS.
|
||||
# - greysoh
|
||||
proxmox.qemuConf.memory = 8192;
|
||||
proxmox.qemuConf.cores = 4;
|
||||
proxmox.qemuConf.name = "k3s-agent";
|
||||
|
|
Reference in a new issue