mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(restic): restic user should own its password
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user