auto garbage collect nix store on genepi
This commit is contained in:
@@ -30,4 +30,10 @@
|
|||||||
home-manager.users.rpqt = ./home.nix;
|
home-manager.users.rpqt = ./home.nix;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user