refactor(hosts): move vaultwarden to arcturus

This commit is contained in:
tux
2026-08-09 17:21:02 +05:30
parent b071fe502c
commit f801c6c88c
2 changed files with 6 additions and 6 deletions

View File

@@ -52,12 +52,6 @@
domain = "status.lab.tux.rs"; domain = "status.lab.tux.rs";
}; };
vaultwarden = {
enable = true;
port = 9999;
domain = "bw.lab.tux.rs";
};
mediaflow-proxy = { mediaflow-proxy = {
enable = true; enable = true;
port = 8888; port = 8888;

View File

@@ -53,6 +53,12 @@
enable = true; enable = true;
environmentFile = innerArgs.config.sops.secrets.discord-token.path; environmentFile = innerArgs.config.sops.secrets.discord-token.path;
}; };
vaultwarden = {
enable = true;
port = 9999;
domain = "bw.lab.tux.rs";
};
}; };
virtualisation = { virtualisation = {