sounds good. doesn't work.
This commit is contained in:
parent
790731344d
commit
f98f6b92d3
1 changed files with 1 additions and 9 deletions
|
@ -1,12 +1,4 @@
|
||||||
{ config, ... }: {
|
_: {
|
||||||
systemd.user.mounts = {
|
|
||||||
games = {
|
|
||||||
Unit = { Description = "User Games Directory"; };
|
|
||||||
Mount = { What = "/persist/home/Games"; Where = "${config.home.homeDirectory}/Games"; };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
home.persistence."/persist/home" = {
|
home.persistence."/persist/home" = {
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
directories = [
|
directories = [
|
||||||
|
|
Loading…
Reference in a new issue