nixos: Attempt to get LLDP working

This commit is contained in:
2022-05-18 22:52:42 +01:00
parent 89928a8fee
commit 0a5a554ab3
6 changed files with 44 additions and 19 deletions

View File

@@ -12,6 +12,7 @@ in
NIX_USER_CONF_FILES = toString (pkgs.writeText "nix.conf"
''
experimental-features = nix-command flakes ca-derivations
http-connections = 4
'');
INSTALLER_SSH_OPTS = "-i .keys/deploy.key";