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
defaultDataDir = "/var/lib/syncthing";
deviceGroups = {
all = ["Ion" "Legion" "Monarch" "Northstar" "Ronin" "Vanguard"];
personal = ["Ion" "Legion" "Monarch" "Northstar" "Vanguard"];
all = ["Ion" "Legion" "Monarch" "Ronin" "Vanguard"];
personal = ["Ion" "Legion" "Monarch" "Vanguard"];
work = ["Ion" "Legion" "Ronin"];
desktops = ["Legion" "Northstar" "Vanguard"];
desktops = ["Legion" "Vanguard"];
mobile = ["Ion" "Legion" "Monarch" "Ronin"];
};
in {