Added syncthing user
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
locations."/".proxyPass = "http://localhost:8384/";
|
||||
};
|
||||
|
||||
users.users.syncthing = {
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7P9K9D5RkBk+JCRRS6AtHuTAc6cRpXfRfRMg/Kyren"
|
||||
];
|
||||
}
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
group = "syncthing";
|
||||
|
||||
Reference in New Issue
Block a user