mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: remove unused devshell
This commit is contained in:
parent
5e83abc0fb
commit
afbeb29e7d
8 changed files with 86 additions and 70 deletions
11
modules/base/gc.nix
Normal file
11
modules/base/gc.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue