diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-03 19:25:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-03 19:25:28 +0100 |
commit | ea8185d7e665bc47c468a4dc6ea9558e6b32693d (patch) | |
tree | 06b57b41daaed3aa26a6df847c62be074549fa50 /cluster | |
parent | 40d5665ffe16841dd448c5a93c7dfe84cc21d8ca (diff) | |
download | nixcfg-ea8185d7e665bc47c468a4dc6ea9558e6b32693d.tar.gz nixcfg-ea8185d7e665bc47c468a4dc6ea9558e6b32693d.zip |
Reinstall caribou
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/cluster.nix | 2 | ||||
-rw-r--r-- | cluster/staging/node/caribou.nix | 5 |
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; |