Don't set the backplane passwd in limina.nix.
It's done elsewhere.
This commit is contained in:
parent
ac2e38040c
commit
00ac387dfb
@ -69,8 +69,9 @@ in {
|
|||||||
ipv6 = true;
|
ipv6 = true;
|
||||||
user = "fudo-client";
|
user = "fudo-client";
|
||||||
external-interface = "enp1s0";
|
external-interface = "enp1s0";
|
||||||
password-file =
|
## This is now set by hosts.nix
|
||||||
config.fudo.secrets.host-secrets.limina.backplane-client-passwd.target-file;
|
# password-file =
|
||||||
|
# config.fudo.secrets.host-secrets.limina.backplane-client-passwd.target-file;
|
||||||
};
|
};
|
||||||
|
|
||||||
garbage-collector = {
|
garbage-collector = {
|
||||||
|
Loading…
Reference in New Issue
Block a user