Move syncthing into global config
This commit is contained in:
@@ -76,6 +76,12 @@
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
user = "daniel";
|
||||
dataDir = "/home/daniel";
|
||||
};
|
||||
|
||||
tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user