Merge pull request #275896 from hoppla20/master

nixos/kubernetes: fix pki's mkSpec function

authored by Sarah Brofeldt and committed by GitHub cd5c10f6 6f3ba599

-1
-1
nixos/modules/services/cluster/kubernetes/pki.nix
··· 219 219 inherit (cert) action; 220 220 authority = { 221 221 inherit remote; 222 - file.path = cert.caCert; 223 222 root_ca = cert.caCert; 224 223 profile = "default"; 225 224 auth_key_file = certmgrAPITokenPath;