Run Syncthing as my user account.
This commit is contained in:
parent
0e02451774
commit
4e09028ba4
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
user = "nolan";
|
||||||
|
group = "users";
|
||||||
|
};
|
||||||
|
|
||||||
# This option defines the first version of NixOS you have installed on this particular machine,
|
# This option defines the first version of NixOS you have installed on this particular machine,
|
||||||
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
|
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue