diff options
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; |