diff --git a/config/hosts/procul.nix b/config/hosts/procul.nix index c9547fe..b5f3800 100644 --- a/config/hosts/procul.nix +++ b/config/hosts/procul.nix @@ -1,4 +1,17 @@ { description = "informis.land server."; docker-server = true; + ssh-fingerprints = [ + "1 1 d089902f60751b3d35b5329bf7b906df254d5fa7" + "1 2 8deebf42bbc40881a327f561bffd5d7bd328a4fc94d4e4ce8c502a9c6cbdfb92" + "4 1 2a8e086d3589ce50b58c55bc35638af8da23988e" + "4 2 55a9f7c0addf08bb24c62ced954574db6e95eff38ee56d6a2cff312d20eb910e" + ]; + rp = "niten"; + admin-email = "niten@fudo.org"; + domain = "informis.land"; + site = "joes-datacenter-0"; + profile = "server"; + ssh-pubkey = + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKEsvl1mTSWJJrqXbYrc8wYdlOiW5gNg4Nzf2QCxB6XW"; } diff --git a/nixops/seattle.nix b/nixops/seattle.nix index ff6577a..ae4cfc3 100644 --- a/nixops/seattle.nix +++ b/nixops/seattle.nix @@ -15,6 +15,7 @@ let in { network.description = "Seattle home network."; + lambda = seattle-host "10.0.0.11" "lambda" "server"; liminia = seattle-host "10.0.0.1" "limina" "server"; plato = seattle-host "10.0.0.21" "plato" "server"; spark = seattle-host "10.0.0.108" "spark" "desktop";