We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad1d36 commit 8aa484cCopy full SHA for 8aa484c
1 file changed
kubenix/config.nix
@@ -24,10 +24,8 @@ in
24
experimental-features = [
25
"nix-command"
26
"flakes"
27
- "auto-allocate-uids"
28
"read-only-local-store"
29
];
30
- auto-allocate-uids = true;
31
builders-use-substitutes = true;
32
narinfo-cache-negative-ttl = 0;
33
narinfo-cache-positive-ttl = 0;
@@ -44,7 +42,6 @@ in
44
42
};
45
43
builders.nixConfig.settings = sharedSettings // {
46
max-jobs = "auto";
47
- keep-outputs = true;
48
49
50
kubernetes.resources.${cfg.namespace} = {
0 commit comments