chore: update ssh config

This commit is contained in:
Nickolaj Jepsen 2025-02-26 15:26:31 +01:00
parent ec9ad1e019
commit fff1c89a00
5 changed files with 27 additions and 3 deletions

View file

@ -29,13 +29,17 @@ in {
"*" = {
identityFile = "${config.age.secrets.ssh-key.path}";
};
server = {
hostname = "x.nickolaj.com";
user = "server";
};
# Work hostnames definded in ./networking.nix
"*.ao" = {
user = "nij";
identityFile = "${config.age.secrets.ssh-key-ao.path}";
};
"dev.ao".proxyJump = "bastion.ao";
"scw.ao".proxyJump = "bastion.ao";
"dev.ao".proxyJump = lib.mkDefault "bastion.ao";
"scw.ao".proxyJump = lib.mkDefault "dev.ao";
"clickhouse.ao".user = "ubuntu";
"flex.ao" = {
hostname = "192.168.2.5";

View file

@ -301,6 +301,7 @@ in {
# Firefox
"float,class:^(firefox)$,title:^(Picture-in-Picture)$"
"float,class:^(firefox)$,title:^(Library)$"
"float,class:^(firefox)$,title:^(Bitwarden Password Manager)$"
# JetBrains
"center,class:^(jetbrains-.*)$,title:^$,floating:1"

View file