bitwarden, niri-tag, idk
This commit is contained in:
parent
bca6451850
commit
1626d24aed
14 changed files with 686 additions and 338 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue