diff --git a/machines/atlas/default.nix b/machines/atlas/default.nix index c2d4f98..bea4f2c 100644 --- a/machines/atlas/default.nix +++ b/machines/atlas/default.nix @@ -1,7 +1,5 @@ { machines.atlas = { - kubernetesNodeLabels.storageType = "slow"; - nixosModule = { facter.reportPath = ./facter.json; diff --git a/machines/default.nix b/machines/default.nix index fdbae99..59d4f2e 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -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. - ''; - }; }; }; diff --git a/machines/jefke/default.nix b/machines/jefke/default.nix index 742e9b1..3502ab1 100644 --- a/machines/jefke/default.nix +++ b/machines/jefke/default.nix @@ -1,7 +1,5 @@ { machines.jefke = { - kubernetesNodeLabels.storageType = "fast"; - nixosModule = { facter.reportPath = ./facter.json; diff --git a/machines/lewis/default.nix b/machines/lewis/default.nix index 790041f..47aef36 100644 --- a/machines/lewis/default.nix +++ b/machines/lewis/default.nix @@ -1,10 +1,5 @@ { machines.lewis = { - kubernetesNodeLabels = { - storageType = "fast"; - hasMedia = "true"; - }; - nixosModule = { facter.reportPath = ./facter.json;