mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
refactor(hosts): move vaultwarden to arcturus
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user