Enable syncthing on north and fern

This commit is contained in:
SebastianStork 2025-03-17 19:08:11 +01:00
parent fcda8740bf
commit f71c958316
3 changed files with 4 additions and 0 deletions

View file

@ -30,5 +30,6 @@
enable = true; enable = true;
ssh.enable = true; ssh.enable = true;
}; };
syncthing.enable = true;
}; };
} }

View file

@ -27,6 +27,7 @@
enable = true; enable = true;
ssh.enable = true; ssh.enable = true;
}; };
syncthing.enable = true;
steam.enable = true; steam.enable = true;
}; };

View file

@ -13,6 +13,7 @@
settings = { settings = {
devices = { devices = {
fern.id = "Q4YPD3V-GXZPHSN-PT5X4PU-FBG4GX2-IASBX75-7NYMG75-4EJHBMZ-4WGDDAP";
north.id = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7"; north.id = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7";
}; };
@ -24,6 +25,7 @@
path = "~/${name}"; path = "~/${name}";
ignorePerms = false; ignorePerms = false;
devices = [ devices = [
"fern"
"north" "north"
]; ];
}); });