mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(k8s): nixpkgs PR was merged
This commit is contained in:
parent
4d96e07d0e
commit
d13eaaaca6
4 changed files with 0 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue