24 current 2025-10-07 14:53:20 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
system = {
|
system = {
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
backups.enable = true;
|
backups.enable = true;
|
||||||
backups.path = "/holocron/backups";
|
backups.repo = "/holocron/backups";
|
||||||
sops.enable = true;
|
sops.enable = true;
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ in
|
|||||||
|
|
||||||
config = lib.mkIf (cfg.enable && backup_paths != []) {
|
config = lib.mkIf (cfg.enable && backup_paths != []) {
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
# systemd.tmpfiles.rules = [
|
||||||
"d ${cfg.repo} 0755 root root"
|
# "d ${cfg.repo} 0755 root root"
|
||||||
];
|
# ];
|
||||||
|
|
||||||
systemd.services.backups = {
|
systemd.services.backups = {
|
||||||
description = "backup service with borg!";
|
description = "backup service with borg!";
|
||||||
|
|||||||
Reference in New Issue
Block a user