small fix
This commit is contained in:
parent
3d4f92c001
commit
669de539a7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
"d /persist/home/ 0777 root root -" # /persist/home created, owned by root
|
||||
"d /persist/home/${username} 0700 ${username} users -" # /persist/home/<user> created, owned by that user
|
||||
"d /persist/nixos-config/ 0700 ${username} users -"
|
||||
]
|
||||
];
|
||||
|
||||
programs.fuse.userAllowOther = true;
|
||||
boot.initrd.postDeviceCommands = lib.mkAfter ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue