mkopt systemd vs grub
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ in
|
||||
cloud-init = enabled;
|
||||
rke2 = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
disable = [ "rke2-ingress-nginx" ];
|
||||
};
|
||||
openiscsi = {
|
||||
|
||||
Reference in New Issue
Block a user