feat(homes/rafiq): persist sunshine state directory
This commit is contained in:
parent
73a9294508
commit
264fa4d8a9
1 changed files with 5 additions and 0 deletions
|
@ -26,5 +26,10 @@
|
||||||
".local/share/Steam"
|
".local/share/Steam"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
(lib.mkIf osConfig.desktop.enableSunshine {
|
||||||
|
home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [
|
||||||
|
".config/sunshine"
|
||||||
|
];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue