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:
parent
6a40be5eaf
commit
06aeeed62f
7 changed files with 58 additions and 151 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue