clanModules: Init vaultwarden, the bitwarden server

This commit is contained in:
Qubasa
2024-08-19 11:40:46 +02:00
parent 234ac6965a
commit 586c5adf71
5 changed files with 174 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
moonlight = ./moonlight;
mumble = ./mumble;
packages = ./packages;
nginx = ./nginx;
postgresql = ./postgresql;
root-password = ./root-password;
single-disk = ./single-disk;
@@ -26,6 +27,7 @@
thelounge = ./thelounge;
trusted-nix-caches = ./trusted-nix-caches;
user-password = ./user-password;
vaultwarden = ./vaultwarden;
xfce = ./xfce;
zerotier-static-peers = ./zerotier-static-peers;
zt-tcp-relay = ./zt-tcp-relay;