The official website for vanhouzen.me
https://vanhouzen.me
- Rust 51.3%
- CSS 36.3%
- Nix 12.4%
## Fix socket ownership The `.socket` unit was creating the socket owned by root because `DynamicUser` allocates its user at service start, after the socket is already created. Replaced `DynamicUser` with a static `vanhouzen-site` user and group, and added `SocketUser` and `SocketGroup` to the socket unit so ownership is assigned correctly at socket creation time. Reviewed-on: #11 |
||
|---|---|---|
| assets | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| rust-toolchain.toml | ||