diff --git a/README.md b/README.md index 3f7ed1e..34933bc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ TBC ## TODO's ### In Progress -- N/A +- Root on `tmpfs` ### Urgent - N/A @@ -15,9 +15,6 @@ TBC ### Important - N/A -### Planned -- Root on `tmpfs` - ## LICENSE [MIT](https://mit-license.org/) diff --git a/services/borg.nix b/services/borg.nix index 5ae4135..ab5dbaa 100644 --- a/services/borg.nix +++ b/services/borg.nix @@ -1,12 +1,4 @@ { age.secrets."borg_ed25519".file = ../secrets/borg_ed25519; age.secrets."borg_pass".file = ../secrets/borg_pass; - - systemd.tmpfiles.settings = { - "99-borgdatabasebackups"."/var/backup/postgres".d = { - user = "root"; - group = "root"; - mode = "0755"; - }; - }; }