add bitwarden
This commit is contained in:
parent
6cc5aa9d34
commit
2c9163001f
2 changed files with 8 additions and 1 deletions
|
@ -88,6 +88,8 @@ in
|
|||
|
||||
sops
|
||||
|
||||
bitwarden
|
||||
|
||||
];
|
||||
|
||||
home-manager.users.mainUser = {
|
||||
|
|
|
@ -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'"
|
||||
# '';
|
||||
#};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue