add ssh keepalive and shorten bootloader time
This commit is contained in:
parent
4c5fce1172
commit
7b0a9b4e4f
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ in
|
|||
openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
extraConfig = "ClientAliveInterval 60";
|
||||
};
|
||||
tailscale.enable = true;
|
||||
};
|
||||
|
|
@ -56,6 +57,8 @@ in
|
|||
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
};
|
||||
|
||||
boot.loader.timeout = 1;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
htop
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue