feat: added bitwarden/vaultwarden support.
This commit is contained in:
parent
c53e7ffcf2
commit
29dc2750ae
5 changed files with 143 additions and 22 deletions
|
@ -23,6 +23,8 @@ in {
|
|||
imports = [
|
||||
../applications/ldap/server.nix
|
||||
../applications/discord.nix
|
||||
../applications/bitwarden/vaultwarden.nix
|
||||
../applications/bitwarden/bitwarden_sync.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
|
@ -66,4 +68,13 @@ in {
|
|||
services.discord_bot = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.skynet_vaultwarden = {
|
||||
enable = true;
|
||||
|
||||
host = {
|
||||
ip = ip_pub;
|
||||
name = name;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue