Skip to content

Commit

Permalink
feat(kubectl): preserve kube and gcloud configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Oct 2, 2024
1 parent e3b8332 commit 67968e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/programs/kubectl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@ in {
fluxcd
];
};

modules.impermanence = {
unsafe.userFolders = [
".kube"
".config/gcloud"
];
};
};
}

0 comments on commit 67968e9

Please sign in to comment.