mkopt systemd vs grub

This commit is contained in:
2025-09-06 09:47:27 -04:00
parent 26f32d3225
commit f6dbe8ad1d
4 changed files with 29 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{ namespace, config, lib, modulesPath, ... }:
{ namespace, config, pkgs, lib, modulesPath, ... }:
let
inherit (lib.${namespace}) enabled;
@@ -58,4 +58,10 @@ in
];
};
};
environment.systemPackages = with pkgs; [
btop
tmux
vim
];
}

View File

@@ -33,6 +33,7 @@ in
cloud-init = enabled;
rke2 = {
enable = true;
openFirewall = true;
disable = [ "rke2-ingress-nginx" ];
};
openiscsi = {