Run Syncthing as my user account.

This commit is contained in:
Nolan Darilek 2025-03-10 10:02:48 -05:00
parent 0e02451774
commit 4e09028ba4

View file

@ -50,6 +50,11 @@
"flakes"
];
services.syncthing = {
user = "nolan";
group = "users";
};
# 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.
#