chore: remove unused devshell

This commit is contained in:
Nickolaj Jepsen 2025-02-23 23:04:41 +01:00
parent 5e83abc0fb
commit afbeb29e7d
8 changed files with 86 additions and 70 deletions

11
modules/base/gc.nix Normal file
View file

@ -0,0 +1,11 @@
_: {
boot.loader.systemd-boot.configurationLimit = 10;
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 1w";
};
nix.settings.auto-optimise-store = true;
}