Move snapshot dir, add corn to Kitty

This commit is contained in:
Bun 2025-03-21 17:30:50 -04:00
parent 90a0363d89
commit 044b240b66
9 changed files with 27 additions and 9 deletions

View file

@ -1,12 +0,0 @@
{ config, lib, ... }:
{
services.snapper.configs.${config.sysusers.main} = lib.mkIf config.environment.persistence."/persist".enable {
SUBVOLUME = "/persist/home/${config.sysusers.main}";
TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true;
TIMELINE_LIMIT_DAILY = 1;
TIMELINE_LIMIT_WEEKLY = 1;
TIMELINE_LIMIT_MONTHLY = 0;
TIMELINE_LIMIT_YEARLY = 0;
};
}