nixos/common: Disable nix-gc in containers
This commit is contained in:
@@ -245,6 +245,10 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
gc.automatic = false;
|
||||||
|
};
|
||||||
|
|
||||||
my = {
|
my = {
|
||||||
tmproot = {
|
tmproot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user