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;
|
||||
};
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
./hardware-configuration.nix
|
||||
./caddy.nix
|
||||
./synapse.nix
|
||||
./syncthing.nix
|
||||
./prometheus.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user