1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

Revert "tmpfiles: add option to purge rules' targets on change"

This reverts commit b4350d54c2.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-05 12:19:54 -06:00
parent 6a40be5eaf
commit 06aeeed62f
7 changed files with 58 additions and 151 deletions

View file

@ -28,7 +28,7 @@ in
uid = 1000;
};
systemd.tmpfiles.settings.age.rules."/home/alice/age-key".f = {
systemd.tmpfiles.settings.age."/home/alice/age-key".f = {
mode = "400";
user = "alice";
group = "users";