add bitwarden

This commit is contained in:
Ingolf Wagner 2022-09-15 00:57:40 +02:00
parent 6cc5aa9d34
commit 2c9163001f
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 8 additions and 1 deletions

View file

@ -88,6 +88,8 @@ in
sops
bitwarden
];
home-manager.users.mainUser = {

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ pkgs, lib, ... }:
with lib; {
home-manager.users.mainUser = {
@ -35,6 +35,11 @@ with lib; {
"*.onion" = {
user = "root";
};
#"*.compute.amazonaws.com".extraOptions = {
# ProxyCommand = ''
# sh -c "${pkgs.awscli2}/bin/aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
# '';
#};
};
};
}