fix: remove duplicate SOPS declaration, clean up unused param

- Remove redundant vaultwarden_admin_token from configuration.nix
  (already declared in module)
- Remove unused pkgs parameter from vaultwarden module

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 12:37:09 +01:00
parent 45b6997fac
commit db4f0f8f61
2 changed files with 0 additions and 3 deletions

View file

@ -113,6 +113,4 @@
domain = "vault.ashisgreat.xyz"; domain = "vault.ashisgreat.xyz";
signupAllowed = false; signupAllowed = false;
}; };
sops.secrets.vaultwarden_admin_token = { };
} }

View file

@ -11,7 +11,6 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }: