add ssh keys

This commit is contained in:
Don Harper 2024-01-04 21:35:20 -06:00
parent c2e4f8e867
commit 9853713c7e
55 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,41 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "usb_storage" "usbhid" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/90189466-8309-4b46-befe-cf476b8a7dd7";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/A327-E803";
fsType = "vfat";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/13b6e2c4-b8f1-48c9-b992-bf2d172d9a25"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.enp0s20f0u1u2c2.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp1s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}

BIN
hosts/fred/ssh_host_dsa_key Normal file

Binary file not shown.

View file

@ -0,0 +1 @@
ssh-dss AAAAB3NzaC1kc3MAAACBALVbU33HeM9s+BLB7+AtkYuZ4Dczbf/AgjtdM4Fmsgz1oXpGmuRl+xwoTfO4FvuqsK2LQ2rGowcPE5/q73NmoH6wTIFgQAHJR3FmT9Pl8wi6+eUfnk11aO/QE38VRO42kvs83YR+qaNhUiuzXcrgmaR61dkFJ+k8XBgwkruZnjmHAAAAFQDWuFVWQ8kEk0WiqQu8yIcBEltiowAAAIAbtmpQ6uwsQaJDOkWbIm6lmhTwQAuVBOSIEJTYii3a5eQqsS6XEh5JQ6olEugUsc7rmLmCULxKdEWHqCaKKDse6yndRmYibzTll1boDjjJk3oPkYpJKvaKDDSdtigWfAnTiSGzXZ7aSYDIU4beipVAvGqm+HPp9Fli3+6iS1KEKAAAAIAUSSu2gQNvkPT/JmcaJRByylTUpH7yepYt1NitN/LGyj3rEIxffw3NFGZURbuPazwBNdvdmsfvLSASWML/OWfGtAG/0pmD6AEwuuSA1R7GpwwCII2jvtb4eOivd3MUxkGwTNQOzE3XfzK2qND3+5QlOQjKl5kVQFSLLjUEJB09FQ== root@fred.home.duckland.org

Binary file not shown.

View file

@ -0,0 +1 @@
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEep+TcuN3OE+JALokWsDqjBHxiGhXDIt9VhaWI/mopVbAbR4o3s6cHf+NB3naQrwwLKOPikWzfZlELtKL1eq8s= root@fred.home.duckland.org

Binary file not shown.

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHeKYAHAw6oAIf27/GfwQT573oxbrXH3+6BWcvkSE6JU root@fred.home.duckland.org

BIN
hosts/fred/ssh_host_rsa_key Normal file

Binary file not shown.

View file

@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCbdYpW/1AXj3fYEWNOpYiAKD493vAY9wqL2tEhJjtvmwRV2H7fX6kr2OQ+8nCMev1vX4JbGSx3hV1HoAgYLw88txXgOb+NCJ4gzKI5hPt+27AkGNPwR+jPkVu5lEqpZNNITZ4dFN5CeYzRnDeDaZWh+qWDAWHmvy0Tvc/iFYivsPLIA8vw1cMe8SQSgbrj2Bz45BTfuVoElQiQ3rWh1PpNmIyzeYhEoxtHTVrDOkkMrW3uQkPKBMuVwEJKPfPPkI8K+WGRZqrEdxBcnQy0TDIg1T+VYLPQRhaPKRYjT+r5fFZdWiVGW2BdzqGJ19gjAOW/3pKLdZNABxyBSaDe8LPtyalgRk09pZsKSD0dM/qjk0gkFWrK9x2XLuqV/xfLHFLqkE8V6+2TFwKJLkx1GYnYdUmJd6R6txphwVtArOBwoOwGh6N03eWYDmtgm+Xnmq2DqK6DOQIrrqlzTAi6+pE4BF+Qj8PwiAmXxH8YPAYP6tr4LaxDcrw1lz9Tiyk0I5k= root@fred.home.duckland.org