From 00ac387dfb53c8f5b281499bd0affcb6a1beb186 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 12 Oct 2021 14:43:14 -0700 Subject: [PATCH] Don't set the backplane passwd in limina.nix. It's done elsewhere. --- config/host-config/limina.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/host-config/limina.nix b/config/host-config/limina.nix index b18b204..765298e 100644 --- a/config/host-config/limina.nix +++ b/config/host-config/limina.nix @@ -69,8 +69,9 @@ in { ipv6 = true; user = "fudo-client"; external-interface = "enp1s0"; - password-file = - config.fudo.secrets.host-secrets.limina.backplane-client-passwd.target-file; + ## This is now set by hosts.nix + # password-file = + # config.fudo.secrets.host-secrets.limina.backplane-client-passwd.target-file; }; garbage-collector = {