media-mount: Ensure it is owned by user
Otherwise home-manager can’t symlink .envrc.
This commit is contained in:
parent
7c81e51d10
commit
9a5305bf19
|
@ -55,4 +55,8 @@ lib.mkIf config.sbruder.gui.enable {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /home/simon/mounts 0750 simon users - -"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue