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