mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: fix deprecation warnings
This commit is contained in:
parent
e03f3af01d
commit
595d2b23e0
7 changed files with 20 additions and 21 deletions
|
|
@ -27,13 +27,14 @@ in {
|
|||
home.file.".ssh/id_ed25519.pub".source = ../../secrets/hosts + ("/" + hostname) + "/id_ed25519.pub";
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
forwardAgent = true;
|
||||
serverAliveInterval = 60;
|
||||
serverAliveCountMax = 10;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks =
|
||||
{
|
||||
"*" = {
|
||||
identityFile = "${config.age.secrets.ssh-key.path}";
|
||||
forwardAgent = true;
|
||||
serverAliveInterval = 60;
|
||||
serverAliveCountMax = 10;
|
||||
};
|
||||
homelab = {
|
||||
hostname = "x.nickolaj.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue