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