Browse Source

Remove plato. But keep it around for legacy.

master
niten 2 years ago
parent
commit
93cc3cca4b
  1. 5
      hosts/plato.nix
  2. 2
      sites/worldstream.nix
  3. 1
      zones/sea.fudo.org.nix

5
hosts/plato.nix

@ -7,10 +7,11 @@
profile = "server";
tmp-on-tmpfs = false;
arch = "x86_64-linux";
nixos-system = true;
nixos-system = false;
machine-id = "988f39a3b6ab454e9d7dad65bfe36bbe";
master-key = {
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICgAzn6gyG1ze7L1WLU84poPGcoUntqfvgn+/s3bxhR2";
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICgAzn6gyG1ze7L1WLU84poPGcoUntqfvgn+/s3bxhR2";
key-path = "/state/master-key/key";
};
hardened = true;

2
sites/worldstream.nix

@ -1,7 +1,7 @@
{
gateway-v4 = "91.229.23.1";
network = "91.229.23.0/24";
private-network = "10.3.0.0/16";
private-network = "10.4.0.0/16";
nameservers = [ "1.1.1.1" "2606:4700:4700::1111" ];
timezone = "Europe/Amsterdam";
deploy-pubkeys = [

1
zones/sea.fudo.org.nix

@ -89,7 +89,6 @@ in {
plato.ipv4-address = "10.0.0.21";
wormhole0.ipv4-address = "10.0.0.3";
cam-entrance = {
ipv4-address = "10.0.0.31";
mac-address = "9c:8e:cd:0e:99:7b";

Loading…
Cancel
Save