Skip to content

Commit 8aa484c

Browse files
committed
auto-allocate-uids requires cgroups now, we can't have those for a few years
1 parent aad1d36 commit 8aa484c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

kubenix/config.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ in
2424
experimental-features = [
2525
"nix-command"
2626
"flakes"
27-
"auto-allocate-uids"
2827
"read-only-local-store"
2928
];
30-
auto-allocate-uids = true;
3129
builders-use-substitutes = true;
3230
narinfo-cache-negative-ttl = 0;
3331
narinfo-cache-positive-ttl = 0;
@@ -44,7 +42,6 @@ in
4442
};
4543
builders.nixConfig.settings = sharedSettings // {
4644
max-jobs = "auto";
47-
keep-outputs = true;
4845
};
4946
};
5047
kubernetes.resources.${cfg.namespace} = {

0 commit comments

Comments
 (0)