This commit is contained in:
Lucy von Overheidt 2025-09-09 22:10:22 +02:00
parent 36c8d05a0d
commit df079a3f65

View file

@ -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;
};