~ruther/nixos-config

fdb403d166904046711c139cdd82644d05a0442e — Rutherther 1 year, 6 months ago bdde92e
feat: add laptop to syncthing
1 files changed, 5 insertions(+), 4 deletions(-)

M modules/services/syncthing.nix
M modules/services/syncthing.nix => modules/services/syncthing.nix +5 -4
@@ 15,23 15,24 @@
    devices = {
      "phone" = { id = inputs.semi-secrets.syncthing.devices.phone; };
      "nixos-desktop" = { id = inputs.semi-secrets.syncthing.devices.desktop; };
      "nixos-laptop" = { id = inputs.semi-secrets.syncthing.devices.laptop; };
    };
    folders = {
      "uni" = {
        path = "/home/${user}/doc/uni";
        devices = [ "phone" "nixos-desktop" ];
        devices = [ "phone" "nixos-desktop" "nixos-laptop" ];
      };
      "notes" = {
        path = "/home/${user}/doc/notes/obsidian/Notes";
        devices = [ "phone" "nixos-desktop" ];
        devices = [ "phone" "nixos-desktop" "nixos-laptop" ];
      };
      "camera" = {
        path = "/home/${user}/doc/camera";
        devices = [ "phone" "nixos-desktop" ];
        devices = [ "phone" "nixos-desktop" "nixos-laptop" ];
      };
      "study" = {
        path = "/home/${user}/doc/study";
        devices = [ "phone" "nixos-desktop" ];
        devices = [ "phone" "nixos-desktop" "nixos-laptop" ];
      };
    };
    extraOptions.options = {

Do not follow this link