fix(nix): explicitly set ssh identity file

This commit is contained in:
Infinidoge 2022-05-26 00:26:07 -04:00
parent 68fec7f6b2
commit 0e6218dda1

View file

@ -10,5 +10,11 @@
base base
]) ])
]; ];
programs.ssh.matchBlocks = {
"server.doge-inc.net" = {
identityFile = "/root/.ssh/id_25519";
};
};
}; };
} }