Move kubernetes node labels to k8s repo

This commit is contained in:
Pim Kunis 2024-11-04 23:17:39 +01:00
parent ed550eafb1
commit fd423b8237
4 changed files with 0 additions and 17 deletions

View file

@ -1,7 +1,5 @@
{
machines.atlas = {
kubernetesNodeLabels.storageType = "slow";
nixosModule = {
facter.reportPath = ./facter.json;

View file

@ -16,14 +16,6 @@ flake-utils.lib.eachDefaultSystem (system: let
Customized configuration for this machine in the form of a NixOS module.
'';
};
kubernetesNodeLabels = lib.mkOption {
default = null;
type = with lib.types; nullOr attrs;
description = ''
Any labels to add to the Kubernetes node.
'';
};
};
};

View file

@ -1,7 +1,5 @@
{
machines.jefke = {
kubernetesNodeLabels.storageType = "fast";
nixosModule = {
facter.reportPath = ./facter.json;

View file

@ -1,10 +1,5 @@
{
machines.lewis = {
kubernetesNodeLabels = {
storageType = "fast";
hasMedia = "true";
};
nixosModule = {
facter.reportPath = ./facter.json;