dotfiles/modules/nixos/nas/syncthing/default.nix
2025-12-07 04:37:17 -06:00

38 lines
898 B
Nix
Executable file

{ flake, ... }:
let
inherit (import ./config { inherit flake; }) syncthingVM;
inherit (flake.config.people) user0;
syncthingNick = syncthingVM {
user = user0;
ip = "192.168.50.61";
mac = "02:00:00:00:51:61";
userMac = "02:00:00:00:00:61";
ssh = 2501;
syncID = "OALKHLZ-OODUWVX-PAC2LI7-UMZMSZO-FELLRCD-RS4DHJS-PVA5YQK-WTFXXQI";
deviceIP = "192.168.50.8";
};
# syncthingStacie = syncthingVM {
# user = "stacie";
# ip = "192.168.50.62";
# mac = "02:00:00:00:52:62";
# userMac = "02:00:00:00:00:62";
# ssh = 2502;
# syncID = "";
# deviceIP = "";
# };
# syncthingGarnet = syncthingVM {
# user = "garnet";
# ip = "192.168.50.63";
# mac = "02:00:00:00:53:63";
# userMac = "02:00:00:00:00:63";
# ssh = 2503;
# syncID = "";
# deviceIP = "";
# };
in
syncthingNick
# // syncthingStacie // syncthingGarnet