This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-19 21:58:59 +02:00
parent a2c8c6e4d6
commit 39e1806e7e
11 changed files with 243 additions and 74 deletions

View File

@@ -6,28 +6,28 @@ lib.mkIf (host != "NxACE")
bitwarden-cli
];
home.file.".config/Bitwarden CLI/data.json".text = ''
{
"stateVersion": 9,
"global": {
"theme": "system",
"window": {},
"environmentUrls": {
"base": "https://pw.nx2.site",
"api": null,
"identity": null,
"webVault": null,
"icons": null,
"notifications": null,
"events": null,
"keyConnector": null
},
"region": "Self-hosted",
"installedVersion": "2023.12.0"
}
}
'';
# home.file.".config/Bitwarden CLI/data.json".text = ''
# {
# "stateVersion": 9,
# "global": {
# "theme": "system",
# "window": {},
# "environmentUrls": {
# "base": "https://pw.nx2.site",
# "api": null,
# "identity": null,
# "webVault": null,
# "icons": null,
# "notifications": null,
# "events": null,
# "keyConnector": null
# },
# "region": "Self-hosted",
# "installedVersion": "2023.12.0"
# }
# }
# '';
home.sessionVariables.BW_SESSION = secrets.bitwarden.env.bw-session;
# home.sessionVariables.BW_SESSION = secrets.bitwarden.env.bw-session;
}