mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
master = import inputs.nixpkgs-immich {
|
||||
master = import inputs.nixpkgs-master {
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
in
|
||||
|
||||
@@ -12,7 +12,7 @@ in
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
package = master.syncthing;
|
||||
package = pkgs.syncthing;
|
||||
systemService = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
configDir = "${xlib.dirs.storage}/Syncthing/${xlib.device.hostname}";
|
||||
|
||||
Reference in New Issue
Block a user