global/general: replace ensure with systemd tmpfiles

This commit is contained in:
Infinidoge 2024-01-31 14:21:18 -05:00
parent 6cfbf62470
commit d09fc8a2b2
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 5 additions and 25 deletions

View file

@ -43,7 +43,6 @@ The real meat of the configuration, defines a bunch of NixOS modules that all ge
Modules that create some sort of new functionality.
- `ensure.nix`: Takes a list of directories, and ensures they exist after boot.
- `soft-serve.nix`: Runs the `soft-serve` git server.
- `ssh-tunnel.nix`: Runs an SSH session for opening ports.