nixos/common: Disable nix-gc in containers

This commit is contained in:
Jack O'Sullivan 2022-10-09 15:42:14 +01:00
parent 4953a68e8b
commit 63f1089613

View File

@ -245,6 +245,10 @@ in
}
];
nix = {
gc.automatic = false;
};
my = {
tmproot = {
enable = true;