diff --git a/flake.nix b/flake.nix index e0b3ce6..7c2a1e3 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,6 @@ }; nixos-hardware = { url = "github:NixOS/nixos-hardware/master"; - inputs.nixpkgs.follows = "nixpkgs"; }; disko = { url = "github:nix-community/disko/latest"; diff --git a/hosts/andromache/default.nix b/hosts/andromache/default.nix index 7943e09..705b3be 100644 --- a/hosts/andromache/default.nix +++ b/hosts/andromache/default.nix @@ -104,16 +104,18 @@ in services.syncthing = { enable = true; openDefaultPorts = true; - folders = { - "/home/${username}/sync" = { - id = "sync"; - devices = [ ]; + settings = { + devices = { + # "device1" = { + # id = "DEVICE-ID-GOES-HERE"; + # }; + }; + folders = { + "/home/${username}/sync" = { + id = "sync"; + devices = [ ]; + }; }; - }; - devices = { - # "device1" = { - # id = "DEVICE-ID-GOES-HERE"; - # }; }; };