media-mount: Ensure it is owned by user

Otherwise home-manager can’t symlink .envrc.
This commit is contained in:
Simon Bruder 2022-09-04 15:46:18 +02:00
parent 7c81e51d10
commit 9a5305bf19
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -55,4 +55,8 @@ lib.mkIf config.sbruder.gui.enable {
};
};
};
systemd.tmpfiles.rules = [
"d /home/simon/mounts 0750 simon users - -"
];
}