[home] Create explicit kubectl role

This allows work machines to enable development, while not including
non-work-related kubectl management stuffs.
This commit is contained in:
2025-11-24 11:49:23 -08:00
parent 20daebbd61
commit fc9474a7c9
5 changed files with 20 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
communication.enable = true;
sync.enable = true;
kdeconnect.enable = true;
kubectl.enable = true;
};
targets.genericLinux.enable = true;
@@ -30,4 +31,4 @@
./modules/plasma-manager
./modules/tmux
];
}
}