vaultwarden!!

This commit is contained in:
2023-09-05 17:44:35 -06:00
parent 12efec0281
commit 9898c6fd26
2 changed files with 32 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
@@ -15,10 +16,10 @@ let
bazarrPort = 6767;
sonarrPort = 8989;
prowlarrPort = 9696;
vaultPort = 9666;
searxPort = 8080;
kavitaPort = 5000;
nextcloudPort = 80;
vaultPort = config.services.vaultwarden.config.ROCKET_PORT;
in {
services.nginx = {
enable = true;