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