aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-11-03 19:25:28 +0100
committerAlex Auvolat <alex@adnab.me>2022-11-03 19:25:28 +0100
commitea8185d7e665bc47c468a4dc6ea9558e6b32693d (patch)
tree06b57b41daaed3aa26a6df847c62be074549fa50 /cluster
parent40d5665ffe16841dd448c5a93c7dfe84cc21d8ca (diff)
downloadnixcfg-ea8185d7e665bc47c468a4dc6ea9558e6b32693d.tar.gz
nixcfg-ea8185d7e665bc47c468a4dc6ea9558e6b32693d.zip
Reinstall caribou
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/cluster.nix2
-rw-r--r--cluster/staging/node/caribou.nix5
2 files changed, 1 insertions, 6 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix
index 15e0f04..bd953f8 100644
--- a/cluster/staging/cluster.nix
+++ b/cluster/staging/cluster.nix
@@ -27,7 +27,7 @@
{
hostname = "caribou";
site_name = "neptune";
- publicKey = "X1OlfgjZDdJw3yTg0ytGFlJZXzqT0yHJmYP15R9IpD8=";
+ publicKey = "lABn/axzD1jkFulX8c+K3B3CbKXORlIMDDoe8sQVxhs=";
IP = "10.14.1.3";
lan_endpoint = "192.168.1.23:33799";
endpoint = "192.168.1.23:33799"; ## TODO nat
diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix
index caa55fa..65168a9 100644
--- a/cluster/staging/node/caribou.nix
+++ b/cluster/staging/node/caribou.nix
@@ -3,11 +3,6 @@
{ config, pkgs, ... }:
{
- imports =
- [
- ./remote-unlock.nix
- ];
-
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.timeout = 20;