media-mount: Ensure it is owned by user

Otherwise home-manager can’t symlink .envrc.
nazuna
Simon Bruder 2022-09-04 15:46:18 +02:00
parent 7c81e51d10
commit 9a5305bf19
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

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