[feat] Added nix.gc options
This commit is contained in:
@@ -50,6 +50,7 @@ in
|
||||
(nerdfonts.override { fonts = [ "Hasklig" ]; })
|
||||
mpv
|
||||
] ++ (if device.isLinux then [
|
||||
sbctl
|
||||
gparted
|
||||
gptfdisk
|
||||
polkit-kde-agent
|
||||
|
||||
@@ -11,6 +11,11 @@
|
||||
services.mullvad-vpn.enable = true;
|
||||
services.resolved.enable = true;
|
||||
|
||||
nix.settings.auto-optimise-store = true;
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.dates = "daily";
|
||||
nix.gc.options = "--delete-older-than +5";
|
||||
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
|
||||
Reference in New Issue
Block a user