fail2ban test 10

This commit is contained in:
2025-07-16 15:47:59 +02:00
parent 0ce7e73fad
commit e86c5f5d81
2 changed files with 2 additions and 6 deletions

View File

@@ -10,12 +10,6 @@
vcfg = config.services.vaultwarden.config;
cfg = config.server.vaultwarden;
in {
age.secrets.vaultwarden-env = {
file = "${self}/secrets/vaultwarden-env.age";
owner = "vaultwarden";
mode = "400";
};
options = {
server.vaultwarden.enable = mkEnableOption "Enables vaultwarden";
};
@@ -44,6 +38,7 @@ in {
};
};
};
services.vaultwarden = {
enable = true;
environmentFile = config.age.secrets.vaultwarden-env.path;