Remove Northstar syncthing

This commit is contained in:
Evie Litherland-Smith 2023-07-21 11:12:34 +01:00
parent f7edaab157
commit 28b95d7096

View file

@ -1,10 +1,10 @@
{lib, ...}: let {lib, ...}: let
defaultDataDir = "/var/lib/syncthing"; defaultDataDir = "/var/lib/syncthing";
deviceGroups = { deviceGroups = {
all = ["Ion" "Legion" "Monarch" "Northstar" "Ronin" "Vanguard"]; all = ["Ion" "Legion" "Monarch" "Ronin" "Vanguard"];
personal = ["Ion" "Legion" "Monarch" "Northstar" "Vanguard"]; personal = ["Ion" "Legion" "Monarch" "Vanguard"];
work = ["Ion" "Legion" "Ronin"]; work = ["Ion" "Legion" "Ronin"];
desktops = ["Legion" "Northstar" "Vanguard"]; desktops = ["Legion" "Vanguard"];
mobile = ["Ion" "Legion" "Monarch" "Ronin"]; mobile = ["Ion" "Legion" "Monarch" "Ronin"];
}; };
in { in {