nixos/vaultwarden: Fix doubly-nested config value. Fixes evaluation
This commit is contained in:
@@ -60,10 +60,8 @@ in {
|
||||
config = mkOption {
|
||||
type = attrsOf (nullOr (oneOf [ bool int str ]));
|
||||
default = {
|
||||
config = {
|
||||
ROCKET_ADDRESS = "::1"; # default to localhost
|
||||
ROCKET_PORT = 8222;
|
||||
};
|
||||
ROCKET_ADDRESS = "::1"; # default to localhost
|
||||
ROCKET_PORT = 8222;
|
||||
};
|
||||
example = literalExpression ''
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user