This commit is contained in:
js0ny 2026-03-09 23:13:36 +00:00
parent 8e81a4a3da
commit 131c255d4c
6 changed files with 30 additions and 6 deletions

View file

@ -0,0 +1,5 @@
{config, ...}: {
systemd.user.tmpfiles.rules = [
"d ${config.xdg.dataHome}/gnupg 0700 ${config.home.username} users -"
];
}