ssh
This commit is contained in:
parent
36c8d05a0d
commit
df079a3f65
1 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, ...
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
@ -11,7 +12,7 @@ let
|
|||
inherit hostname;
|
||||
user = "lucy"; # Use dynamically retrieved user
|
||||
identityFile = [
|
||||
"/nix/persist/etc/ssh/ssh_host_ed25519_key"
|
||||
"/nix/persist/etc/ssh/id_ed25519"
|
||||
];
|
||||
port = 22;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue