mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
786141228f
Re-add separate creation of the ~/.config and ~/.cache directories so
that they get correct ownership. Or else they get owned by root.
systemd-tmpfiles also warns about it:
machine # [ 3.022195] systemd-tmpfiles[472]: Detected unsafe path transition /home/user1 (owned by user1) → /home/user1/.cache (owned by root) during canonicalization of home/user1/.cache.
machine # [ 3.024566] systemd-tmpfiles[472]: Detected unsafe path transition /home/user1 (owned by user1) → /home/user1/.config (owned by root) during canonicalization of home/user1/.config.
Fixes:
|
||
---|---|---|
.. | ||
automysqlbackup.nix | ||
bacula.nix | ||
borgbackup.md | ||
borgbackup.nix | ||
borgmatic.nix | ||
btrbk.nix | ||
duplicati.nix | ||
duplicity.nix | ||
mysql-backup.nix | ||
postgresql-backup.nix | ||
postgresql-wal-receiver.nix | ||
restic-rest-server.nix | ||
restic.nix | ||
rsnapshot.nix | ||
sanoid.nix | ||
snapraid.nix | ||
syncoid.nix | ||
tarsnap.nix | ||
tsm.nix | ||
zfs-replication.nix | ||
znapzend.nix | ||
zrepl.nix |