mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
syntax
This commit is contained in:
parent
ad25987e13
commit
4b07731634
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
user = ${USER};
|
||||
user = "${USER}";
|
||||
dataDir = "/home/${USER}/Sync";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue