diff --git a/ops/nixos/nausicaa/default.nix b/ops/nixos/nausicaa/default.nix index a7983b40d7..2f67057185 100644 --- a/ops/nixos/nausicaa/default.nix +++ b/ops/nixos/nausicaa/default.nix @@ -16,6 +16,7 @@ in { ../lib/quadv-ca/default.nix ((import ../../../third_party/lanzaboote.nix { }).nixosModules.lanzaboote) ../lib/open5gs.nix + ../lib/seaweedfs.nix ]; boot = lib.mkMerge [{ @@ -311,6 +312,19 @@ in { my.services.open5gs.enable = true; my.services.open5gs.webui.secretKeyFile = pkgs.writeText "open5gs-webui-not-so-secret-key" "not-very-secret"; + my.services.seaweedfs.cli = { + enable = true; + settings.cluster = { + default = "rexxar"; + rexxar = { + master = "rexxar.int.as205479.net:21000"; + }; + totoro = { + master = "totoro.int.as205479.net:21000"; + }; + }; + }; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you