diff --git a/modules/hosts/alpha/config.nix b/modules/hosts/alpha/config.nix index bebf96b..a9c73ed 100644 --- a/modules/hosts/alpha/config.nix +++ b/modules/hosts/alpha/config.nix @@ -52,12 +52,6 @@ domain = "status.lab.tux.rs"; }; - vaultwarden = { - enable = true; - port = 9999; - domain = "bw.lab.tux.rs"; - }; - mediaflow-proxy = { enable = true; port = 8888; diff --git a/modules/hosts/arcturus/config.nix b/modules/hosts/arcturus/config.nix index a079304..ae85c0d 100644 --- a/modules/hosts/arcturus/config.nix +++ b/modules/hosts/arcturus/config.nix @@ -53,6 +53,12 @@ enable = true; environmentFile = innerArgs.config.sops.secrets.discord-token.path; }; + + vaultwarden = { + enable = true; + port = 9999; + domain = "bw.lab.tux.rs"; + }; }; virtualisation = {