feature(wip): Adds installer.
This commit is contained in:
parent
94facdb5fe
commit
3c291b8a95
10 changed files with 72 additions and 112 deletions
|
@ -8,13 +8,6 @@ in {
|
|||
../commons.nix
|
||||
];
|
||||
|
||||
# This is intentionally defined like this (not using braces) for updating. DO NOT CHANGE THIS.
|
||||
# - greysoh
|
||||
proxmox.qemuConf.memory = 4096;
|
||||
proxmox.qemuConf.cores = 1;
|
||||
proxmox.qemuConf.name = "k3s-server";
|
||||
proxmox.qemuConf.diskSize = pkgs.lib.mkForce "32768";
|
||||
|
||||
networking.hostName = "kitteh-node-1-k3s-server";
|
||||
|
||||
services.k3s = {
|
||||
|
|
Reference in a new issue