Make syncthing optional

This commit is contained in:
2025-12-06 15:19:07 -05:00
parent c959544f21
commit 5f8e03fc5c
2 changed files with 6 additions and 2 deletions

View File

@ -76,6 +76,7 @@
username = "abby";
inherit inputs;
system = system;
use_syncthing = true;
};
}
];
@ -99,6 +100,7 @@
inherit system;
username = "abby";
inherit inputs;
use_syncthing = false;
};
};
homeConfigurations."pager@nicrosil" =
@ -122,6 +124,7 @@
inherit system;
username = "pager";
inherit inputs;
use_syncthing = false;
};
};
};