diff --git a/modules/common-syncthing.nix b/modules/common-syncthing.nix index 8124e6c..bcbe655 100644 --- a/modules/common-syncthing.nix +++ b/modules/common-syncthing.nix @@ -60,31 +60,31 @@ in "~/Keepass" = { id = "qsoil-jtfof"; label = "Keepass"; - path = "/home/${payas}/Keepass"; + path = "~/Keepass"; }; "~/Syncthing" = { id = "yg7in-0dlb8"; label = "Syncthing"; - path = "/home/${payas}/Syncthing"; + path = "~/Syncthing"; }; "~/Music" = { id = "3qsnr-wjn9w"; label = "Music"; - path = "/home/${payas}/Music"; + path = "~/Music"; }; "~/org" = { id = "9ta3z-yrde3"; label = "org"; - path = "/home/${payas}/org"; + path = "~/org"; }; "~/Pictures" = { id = "rjozc-vd3hh"; label = "Pictures"; - path = "/home/${payas}/Pictures"; + path = "~/Pictures"; }; }; };