This commit is contained in:
2025-04-06 10:54:47 -04:00
parent b7bcb353f7
commit cddaa01e99
5 changed files with 36 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ let
in
{
options.${namespace}.services.rke2 = with types; {
enable = lib.mkEnableOption "Enabel RKE2";
enable = lib.mkEnableOption "Enable RKE2";
disable = mkOpt (listOf str) [ ] "Disable services";
};