refactor
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user