Compare commits
No commits in common. "e9165f078ad470b92512551409f78e2e3c297651" and "9a4913553236178a6246d53c2e9ddf44afdfc9d4" have entirely different histories.
e9165f078a
...
9a49135532
2 changed files with 1 additions and 12 deletions
|
|
@ -7,7 +7,7 @@ TBC
|
||||||
## TODO's
|
## TODO's
|
||||||
|
|
||||||
### In Progress
|
### In Progress
|
||||||
- N/A
|
- Root on `tmpfs`
|
||||||
|
|
||||||
### Urgent
|
### Urgent
|
||||||
- N/A
|
- N/A
|
||||||
|
|
@ -15,9 +15,6 @@ TBC
|
||||||
### Important
|
### Important
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
### Planned
|
|
||||||
- Root on `tmpfs`
|
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
[MIT](https://mit-license.org/)
|
[MIT](https://mit-license.org/)
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,4 @@
|
||||||
{
|
{
|
||||||
age.secrets."borg_ed25519".file = ../secrets/borg_ed25519;
|
age.secrets."borg_ed25519".file = ../secrets/borg_ed25519;
|
||||||
age.secrets."borg_pass".file = ../secrets/borg_pass;
|
age.secrets."borg_pass".file = ../secrets/borg_pass;
|
||||||
|
|
||||||
systemd.tmpfiles.settings = {
|
|
||||||
"99-borgdatabasebackups"."/var/backup/postgres".d = {
|
|
||||||
user = "root";
|
|
||||||
group = "root";
|
|
||||||
mode = "0755";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue