1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(restic): restic user should own its password

This commit is contained in:
2024-04-04 22:20:52 +02:00
parent 33412d50a3
commit 077dc7d1fa

View File

@@ -45,7 +45,12 @@ in {
owner = "tinc.retiolum";
group = "tinc.retiolum";
};
restic.file = ../../secrets/restic.age;
restic = {
file = ../../secrets/restic.age;
mode = "400";
owner = "restic";
group = "restic";
};
};
services.restic.backups.niveum = {