snapper & syncthing

This commit is contained in:
Tao Tien 2024-03-22 23:26:56 -07:00
parent 556b270fc5
commit b403406470
2 changed files with 13 additions and 13 deletions

View file

@ -87,12 +87,24 @@
folders = {
"sync".path = "/home/tao/sync";
"school".path = "/home/tao/school";
# "projects".path = "/home/tao/projects";
"projects".path = "/home/tao/projects";
# "pictures".path = "/home/tao/pictures";
};
};
};
services.snapper.configs = {
home = {
SUBVOLUME = "/home";
ALLOW_USERS = ["tao"];
TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true;
TIMELINE_LIMIT_HOURLY = "5";
TIMELINE_LIMIT_DAILY = "7";
};
};
services.snapper.snapshotInterval = "*:0/5";
hardware.keyboard.qmk.enable = true;
# services.udev.extraRules = ''
# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"