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 config,
, lib pkgs,
, ... lib,
...
}: }:
let let
@ -11,7 +12,7 @@ let
inherit hostname; inherit hostname;
user = "lucy"; # Use dynamically retrieved user user = "lucy"; # Use dynamically retrieved user
identityFile = [ identityFile = [
"/nix/persist/etc/ssh/ssh_host_ed25519_key" "/nix/persist/etc/ssh/id_ed25519"
]; ];
port = 22; port = 22;
}; };