moved syncthing_base.nix

This commit is contained in:
Richie Cahill
2024-04-19 19:46:29 -04:00
committed by Alice Huston
parent 0a88a21372
commit 75a57fb331
3 changed files with 2 additions and 18 deletions

View File

@ -1,7 +1,7 @@
{
imports = [
./hardware.nix
../../users/richie/syncthing_base.nix
./syncthing_base.nix
];
boot = {

View File

@ -0,0 +1,17 @@
{
services.syncthing = {
enable = true;
user = "richie";
overrideDevices = true;
overrideFolders = true;
dataDir = "/home/richie/Syncthing";
configDir = "/home/richie/.config/syncthing";
settings = {
devices = {
phone.id = "LTGPLAE-M4ZDJTM-TZ3DJGY-SLLAVWF-CQDVEVS-RGCS75T-GAPZYK3-KUM6LA5";
jeeves.id = "7YQ4UEW-OPQEBH4-6YKJH4B-ZCE3SAX-5EIK5JL-WJDIWUA-WA2N3D5-MNK6GAV";
rhapsody-in-green.id = "INKUNKN-KILXGL5-2TQ5JTH-ORJOLOM-WYD2PYO-YRDLQIX-3AKZFWT-ZN7OJAE";
};
};
};
}