Changed directory of config
This commit is contained in:
parent
669de539a7
commit
98668e05f9
4 changed files with 6 additions and 5 deletions
|
|
@ -21,7 +21,7 @@
|
|||
systemd.tmpfiles.rules = [
|
||||
"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 -"
|
||||
#"d /persist/nixos-config 0700 ${username} users -"
|
||||
];
|
||||
|
||||
programs.fuse.userAllowOther = true;
|
||||
|
|
|
|||
|
|
@ -10,8 +10,9 @@
|
|||
"Pictures"
|
||||
"Documents"
|
||||
"Videos"
|
||||
"VirtualBox VMs"
|
||||
"VMs"
|
||||
"Git"
|
||||
"nixos-config"
|
||||
"blender"
|
||||
".gnupg"
|
||||
".ssh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue