refactor(caddy): use centralized caddyWithHetzner package definition
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -6,11 +6,8 @@
|
||||
}: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
rpi = {
|
||||
user = "servius";
|
||||
hostname = "rpi";
|
||||
};
|
||||
tsuba = {
|
||||
user = "servius";
|
||||
hostname = "tsuba";
|
||||
@@ -49,8 +46,14 @@
|
||||
hostname = "steamdeck";
|
||||
forwardAgent = true;
|
||||
};
|
||||
"*" = {
|
||||
forwardAgent = false;
|
||||
addKeysToAgent = "no";
|
||||
# compression = true;
|
||||
# HashKnownHosts = "no";
|
||||
serverAliveInterval = 60;
|
||||
};
|
||||
};
|
||||
serverAliveInterval = 120;
|
||||
extraConfig =
|
||||
lib.strings.optionalString (pkgs.stdenv.isDarwin && !device.isServer)
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user