nixos/systemd/tmpfiles: add credstore.conf

This creates the /{etc,run}/credstore{,.encrypted} directories
from which ImportCredential= picks up credentials
This commit is contained in:
Arian van Putten
2026-01-16 21:43:11 +01:00
parent 10129ee0c5
commit 8651ab7d4d
@@ -317,6 +317,7 @@ in
mkdir -p $out/lib/tmpfiles.d
cd $out/lib/tmpfiles.d
ln -s "${systemd}/example/tmpfiles.d/credstore.conf"
ln -s "${systemd}/example/tmpfiles.d/home.conf"
ln -s "${systemd}/example/tmpfiles.d/journal-nocow.conf"
ln -s "${systemd}/example/tmpfiles.d/portables.conf"