This commit is contained in:
2026-06-23 21:23:35 +02:00
parent 2626e9fe32
commit d135a15bcd
38 changed files with 354 additions and 876 deletions
+3 -3
View File
@@ -3,8 +3,8 @@
...
}:
let
repo = config.repo;
account = repo.account;
facts = config.facts;
account = facts.account;
in
{
flake.modules.homeManager.passwords =
@@ -19,7 +19,7 @@ in
programs.rbw = {
enable = true;
settings = {
base_url = repo.services.vaultwarden.url;
base_url = facts.services.vaultwarden.url;
email = account.primaryEmail.address;
pinentry = pinentryPackage;
};