mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
fix(restic): restic user should own its password
This commit is contained in:
@@ -45,7 +45,12 @@ in {
|
|||||||
owner = "tinc.retiolum";
|
owner = "tinc.retiolum";
|
||||||
group = "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 = {
|
services.restic.backups.niveum = {
|
||||||
|
|||||||
Reference in New Issue
Block a user