Add CSI ssh key.

This commit is contained in:
Joseph Hanson 2024-07-14 07:36:54 -05:00
parent ee8cb5c3e6
commit cbc9edfda4
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -25,6 +25,10 @@ in
kernelParams = [ "iommu=pt" "intel_iommu=on" "zfs.zfs_arc_max=107374182400" ]; # 100GB kernelParams = [ "iommu=pt" "intel_iommu=on" "zfs.zfs_arc_max=107374182400" ]; # 100GB
}; };
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAGSFTSVPt43PBpSMSF1dGTzN2JbxztDZUml7g4+PnWe CSI-Driver@talos"
];
# Network settings # Network settings
networking = { networking = {
hostName = "gandalf"; hostName = "gandalf";