Remove macbook from repo

This commit is contained in:
Natsu Kagami 2024-07-23 17:58:52 +02:00
parent 38c7afa96f
commit 509b44a31b
Signed by: nki
GPG key ID: 55A032EB38B49ADB
17 changed files with 3 additions and 789 deletions

View file

@ -12,14 +12,4 @@
rsaPublicKey = builtins.readFile ./nki-home.pub;
ed25519PublicKey = "Ts5OdPtBNLIRfosoYRcb6Z2iwWyOz/VKTKB9J0p5LlH";
};
macbook = {
subnetAddr = "11.0.0.3";
rsaPublicKey = builtins.readFile ./nki-macbook.pub;
ed25519PublicKey = "lkNkBTl5GmcQFrtA7F1nN2gq5gFK7KuGqHUN8fiJU7H";
};
macbooknix = {
subnetAddr = "11.0.0.4";
ed25519PublicKey = "6MN5LVE4juavv8qJW2dTN4t/haKCADWquAQj/ADF7iN";
};
}