refactor: further progress

This commit is contained in:
2026-04-25 00:19:20 +02:00
parent 55fbe82a42
commit 0500aab3cb
31 changed files with 680 additions and 398 deletions
+4 -4
View File
@@ -3,7 +3,7 @@
...
}:
let
metaRepo = config.meta.lib.repo;
repo = config.repo;
in
{
flake.modules.homeManager.bitwarden =
@@ -13,14 +13,14 @@ in
...
}:
let
user = config.meta.user;
account = config.meta.user.account;
in
{
programs.rbw = {
enable = true;
settings = {
base_url = metaRepo.services.vaultwarden.url;
email = user.primaryEmail.address;
base_url = repo.services.vaultwarden.url;
email = account.primaryEmail.address;
pinentry = pkgs.pinentry-gnome3;
};
};