From f801c6c88c66cbcf1f665e153e9fe2d63f700893 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 9 Aug 2026 17:21:02 +0530 Subject: [PATCH] refactor(hosts): move vaultwarden to arcturus --- modules/hosts/alpha/config.nix | 6 ------ modules/hosts/arcturus/config.nix | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) 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 = {