1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

yubikey.nix update

This commit is contained in:
xnm
2024-02-06 22:40:34 +02:00
parent 03c7257b8b
commit cdb53c16e7
5 changed files with 11 additions and 16 deletions

View File

@@ -11,6 +11,6 @@
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
options = "--delete-older-than 14d";
};
}