Unverified Commit 1a8e5761 authored by Niklas Hambüchen's avatar Niklas Hambüchen Committed by GitHub
Browse files

Merge pull request #255977 from nh2/vaultwarden-fix-default-config-evaluation

vaultwarden service: Fix doubly-nested `config` value. Fixes evaluation
parents 73629151 c4604341
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -60,11 +60,9 @@ in {
    config = mkOption {
      type = attrsOf (nullOr (oneOf [ bool int str ]));
      default = {
        config = {
        ROCKET_ADDRESS = "::1"; # default to localhost
        ROCKET_PORT = 8222;
      };
      };
      example = literalExpression ''
        {
          DOMAIN = "https://bitwarden.example.com";