Commit graph

4 commits

Author SHA1 Message Date
6126aa9142 fix(attic): adjust PostgreSQL config for atticd ownership
- Rename `attic` database to `atticd` and set `atticd` user as the owner directly.
- Remove redundant `postStart` script for altering database ownership.
- Update `database.url` to match the renamed database.
2026-03-25 11:03:37 +01:00
77a8e0ffcc fix(attic): specify PostgreSQL database for postStart script
- Update `psql` command in the `postStart` script to explicitly connect to the `postgres` database before altering ownership of the `attic` database.
- Ensures the command runs without issues in environments with restricted default database access.
2026-03-25 10:31:51 +01:00
e12fc523d6 fix(attic): remove unused $PSQL alias in postStart script
- Replace `$PSQL` with `psql` to use the correct PostgreSQL CLI directly.
- Ensures compatibility and prevents potential runtime issues in the systemd service.
2026-03-25 10:19:44 +01:00
8c1eadf474 feat(attic): update storage config and refine system settings
- Switch disk device from `/dev/vda` to `/dev/sda` for compatibility.
- Add S3 storage configuration with bucket, region, and endpoint.
- Update system state version from `24.05` to `25.11`.
- Remove unused imports and clean up redundant attributes.
2026-03-25 09:33:32 +01:00
Renamed from systems/x86_64-linux/sgx-attic/atticd.nix (Browse further)