diff --git a/cluster/services/fbi/default.nix b/cluster/services/fbi/default.nix index 5a5805c..230a2ad 100644 --- a/cluster/services/fbi/default.nix +++ b/cluster/services/fbi/default.nix @@ -1,6 +1,11 @@ { depot, ... }: { + services.fbi = { + nodes.host = [ "VEGAS" ]; + nixos.host = ./host.nix; + }; + dns.records = let fbiAddr = [ depot.hours.VEGAS.interfaces.primary.addrPublic ]; in { diff --git a/hosts/VEGAS/services/fbi/default.nix b/cluster/services/fbi/host.nix similarity index 100% rename from hosts/VEGAS/services/fbi/default.nix rename to cluster/services/fbi/host.nix diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index e45dffc..57de743 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -18,7 +18,6 @@ ./services/backbone-routing ./services/bitwarden ./services/cdn-shield - ./services/fbi ./services/gitlab ./services/jokes ./services/mail