Add support for authenticating to GKE with gcloud.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
lib.mkMerge [
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
google-cloud-sdk
|
||||
(google-cloud-sdk.withExtraComponents [ google-cloud-sdk.components.gke-gcloud-auth-plugin ])
|
||||
];
|
||||
|
||||
environment.persistence."/state" = lib.mkIf (!config.me.buildingIso) {
|
||||
|
||||
Reference in New Issue
Block a user