blackadder: auto-optimise nix store at night

master
Yorick van Pelt 2023-03-08 12:58:58 +01:00
parent 6a62e97ac3
commit d2bf5334ce
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
virtualisation.docker.enable = true;
users.users.yorick.extraGroups = [ "docker" ];
nix.optimise.automatic = true;
# headphone control
systemd.services.mdrd = {
serviceConfig = {