gke credential plugin
This commit is contained in:
parent
63c0bb570e
commit
a91d4468f4
@ -57,7 +57,13 @@ in
|
|||||||
users = {
|
users = {
|
||||||
groups.nixremote.gid = 555;
|
groups.nixremote.gid = 555;
|
||||||
users = {
|
users = {
|
||||||
jawz.packages = builtins.attrValues {
|
jawz.packages =
|
||||||
|
[
|
||||||
|
(pkgs.google-cloud-sdk.withExtraComponents [
|
||||||
|
pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin
|
||||||
|
])
|
||||||
|
]
|
||||||
|
++ builtins.attrValues {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
distrobox # install packages from other os
|
distrobox # install packages from other os
|
||||||
gocryptfs # encrypted filesystem! shhh!!!
|
gocryptfs # encrypted filesystem! shhh!!!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user