feature(wip): Adds installer.

This commit is contained in:
greysoh 2024-07-19 12:15:07 -04:00
parent 94facdb5fe
commit 3c291b8a95
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
10 changed files with 72 additions and 112 deletions

View file

@ -5,13 +5,6 @@ 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";
proxmox.qemuConf.diskSize = pkgs.lib.mkForce "131072";
services.k3s = {
enable = true;
role = "agent";