bitwarden, niri-tag, idk

This commit is contained in:
atagen 2025-07-20 13:29:04 +10:00
parent bca6451850
commit 1626d24aed
14 changed files with 686 additions and 338 deletions

View file

@ -20,6 +20,20 @@
./modules/culr.nix
];
nix.gc = {
automatic = true;
dates = "daily";
persistent = true;
options = "--delete-older-than 14d";
};
services.angrr = {
enable = true;
enableNixGcIntegration = true;
period = "2weeks";
package = inputs.angrr.packages.${pkgs.system}.default;
};
hardware.enableRedistributableFirmware = true;
hardware.enableAllFirmware = true;