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" = {
|
||||
allowOther = true;
|
||||
directories = [
|
||||
|
|
Loading…
Reference in a new issue