diff --git a/nixos76/system/configuration.nix b/nixos76/system/configuration.nix index 537bea0..c0d0b5a 100644 --- a/nixos76/system/configuration.nix +++ b/nixos76/system/configuration.nix @@ -227,6 +227,7 @@ # devices = [ "device1" "device2" ]; # Which devices to share the folder with # }; "vaults" = { + id = "bbqnm-caya2"; path = "/home/alex/vaults"; devices = [ "atauno" ]; ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.