chore: improved impermanence
This commit is contained in:
parent
bfd9c30373
commit
fc87ccaa12
|
@ -3,7 +3,7 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
age.identityPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
|
||||
age.identityPaths = ["/state/etc/ssh/ssh_host_ed25519_key"];
|
||||
# to allow all users to access hm managed persistent folders
|
||||
programs.fuse.userAllowOther = true;
|
||||
environment.persistence."/state" = {
|
||||
|
|
|
@ -50,6 +50,9 @@
|
|||
[
|
||||
"repos"
|
||||
"Downloads"
|
||||
|
||||
# persist sound config
|
||||
".local/state/wireplumber"
|
||||
]
|
||||
++ makeSymLinks [
|
||||
".local/share/Steam"
|
||||
|
|
Loading…
Reference in a new issue