chore(k8s): nixpkgs PR was merged

This commit is contained in:
arcnmx 2024-02-19 15:43:43 -08:00
parent 4d96e07d0e
commit d13eaaaca6
4 changed files with 0 additions and 34 deletions

View file

@ -12,21 +12,6 @@
kubeMasterHostname = "k8s.gensokyo.zone";
kubeMasterAPIServerPort = 6443;
in {
# apply fix: https://github.com/NixOS/nixpkgs/pull/275896
imports = let
pkiModulePath = "services/cluster/kubernetes/pki.nix";
inherit (inputs.self.legacyPackages.${system}) patchedNixpkgs;
in [
(_: {
imports = [
(patchedNixpkgs + "/nixos/modules/${pkiModulePath}")
];
disabledModules = [
pkiModulePath
];
})
];
# packages for administration tasks
environment.systemPackages = with pkgs; [
kompose