diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-09 17:04:21 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-12 08:20:24 -0800 |
| commit | c0317720b30a0827aa7841655196953ab0a09605 (patch) | |
| tree | 75221d73442593a2d55f2dba5c9aac06f714f6eb /machines/rivendell.nix | |
| parent | install 1password cli (diff) | |
| download | infra-c0317720b30a0827aa7841655196953ab0a09605.tar.gz | |
add a publicKey options for nixos machines
Diffstat (limited to 'machines/rivendell.nix')
| -rw-r--r-- | machines/rivendell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix index d1b95aa..6b16d67 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -57,6 +57,7 @@ systemd.network.wait-online.anyInterface = lib.mkDefault config.networking.useDHCP; wgPublicKey = "jf7T7TMKQWSgSXhUplldZDV9G2y2BjMmHIAhg5d26ng="; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID76U5kt8DfBbuP16rMzfBTVTpjjPFKWnnheMALaCQEd"; services = { website = { |
