cluster/services/fbi: move from VEGAS/fbi
This commit is contained in:
parent
0961e81a9f
commit
9ed7d26952
3 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
./services/backbone-routing
|
||||
./services/bitwarden
|
||||
./services/cdn-shield
|
||||
./services/fbi
|
||||
./services/gitlab
|
||||
./services/jokes
|
||||
./services/mail
|
||||
|
|
Loading…
Reference in a new issue