Attempted to fix initrd-network
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
};
|
||||
initrd-network = {
|
||||
ip = "10.0.5.1";
|
||||
interface = "enp2s0";
|
||||
keypair = {
|
||||
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDIcnHmIo08UgpNwBLe0RKYipxtznWlxLlKNgzBP/lot";
|
||||
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
};
|
||||
initrd-network = {
|
||||
ip = "10.0.5.10";
|
||||
interface = "enp1s0";
|
||||
keypair = {
|
||||
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMLsxECiR4kqvUutMFkOTkIC8nsKK++aQ7HYiWjLdKdb";
|
||||
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
};
|
||||
initrd-network = {
|
||||
ip = "10.0.5.108";
|
||||
interface = "enp3s0";
|
||||
keypair = {
|
||||
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIABpau0W1FAOnwHysFm/9uQ0XqMrB2GoCIfin5uLBEs8";
|
||||
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
|
||||
|
||||
Reference in New Issue
Block a user