From 840d83e814448215f23bf35d2605f73ad9d6416b Mon Sep 17 00:00:00 2001 From: hive Date: Thu, 29 Jun 2023 19:24:19 +0000 Subject: [PATCH] fixed syncthing ( personal things will be moved to their own repo ) --- users/hive/default.nix | 83 ++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 43 deletions(-) diff --git a/users/hive/default.nix b/users/hive/default.nix index 8e43ae0..dab6ce0 100644 --- a/users/hive/default.nix +++ b/users/hive/default.nix @@ -29,49 +29,46 @@ configDir = "/home/hive/.config/syncthing"; overrideDevices = false; overrideFolders = false; - settings = { - devices = { "impostor" = { - id = "XBG44HU-OVOC6RN-4DHMDRH-WPL7OPW-XBYYOMK-DV5GGGA-LEP6HCJ-QVPMSAI"; - introducer = true; - }; }; - folders = { - "ssh" = { - id = "mkkgo-chqwk"; - path = "~/.ssh"; - devices = [ "impostor" ]; - ignorePerms = false; - }; - "decsync" = { - id = "20lk1-ims07"; - path = "~/.local/share/decsync"; - devices = [ "impostor" ]; - }; - "scripts" = { - id = "6nunu-quun5"; - path = "~/.local/bin/scripts"; - devices = [ "impostor" ]; - - }; - "dotfiles" = { - id = "sjgew-vdpfl"; - path = "~/.dotfiles"; - devices = [ "impostor" ]; - }; - "password-store" = { - id = "tadwa-1va0d"; - path = "~/.local/share/pass"; - devices = [ "impostor" ]; - }; - "notes" = { - id = "y0a00-2ha8l"; - path = "~/Notes"; - devices = [ "impostor" ]; - }; - "documents" = { - id = "y7ecb-v9ds7"; - path = "~/Documents"; - devices = [ "impostor" ]; - }; + devices = { "impostor" = { + id = "XBG44HU-OVOC6RN-4DHMDRH-WPL7OPW-XBYYOMK-DV5GGGA-LEP6HCJ-QVPMSAI"; + introducer = true; + }; }; + folders = { + "ssh" = { + id = "mkkgo-chqwk"; + path = "~/.ssh"; + devices = [ "impostor" ]; + ignorePerms = false; + }; + "decsync" = { + id = "20lk1-ims07"; + path = "~/.local/share/decsync"; + devices = [ "impostor" ]; + }; + "scripts" = { + id = "6nunu-quun5"; + path = "~/.local/bin/scripts"; + devices = [ "impostor" ]; + }; + "dotfiles" = { + id = "sjgew-vdpfl"; + path = "~/.dotfiles"; + devices = [ "impostor" ]; + }; + "password-store" = { + id = "tadwa-1va0d"; + path = "~/.local/share/pass"; + devices = [ "impostor" ]; + }; + "notes" = { + id = "y0a00-2ha8l"; + path = "~/Notes"; + devices = [ "impostor" ]; + }; + "documents" = { + id = "y7ecb-v9ds7"; + path = "~/Documents"; + devices = [ "impostor" ]; }; }; };