syncthing on brix
This commit is contained in:
parent
a1be97f064
commit
7a900cbc22
1 changed files with 7 additions and 1 deletions
|
@ -4,9 +4,9 @@
|
||||||
./brix-boot.nix
|
./brix-boot.nix
|
||||||
./real-hardware.nix
|
./real-hardware.nix
|
||||||
../../server-security.nix
|
../../server-security.nix
|
||||||
../cli.nix
|
|
||||||
../../tailscale.nix
|
../../tailscale.nix
|
||||||
./tailscale-brix.nix
|
./tailscale-brix.nix
|
||||||
|
../cli.nix
|
||||||
./restic-server.nix
|
./restic-server.nix
|
||||||
./i2p.nix
|
./i2p.nix
|
||||||
./print-server.nix
|
./print-server.nix
|
||||||
|
@ -20,6 +20,12 @@
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
|
|
||||||
security.allowUserNamespaces = true;
|
security.allowUserNamespaces = true;
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
dataDir = "/data/syncthing";
|
||||||
|
openDefaultPorts = true;
|
||||||
|
package = inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".syncthing;
|
||||||
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue