From 949dba082d1f7fdfbb05853f0fbfc406778cfaaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 3 Mar 2023 20:36:16 +0100 Subject: nixos/ridcully: disable adm network It sometimes causes standard network not being provied with IP address for some reason. --- nixos/machine/ridcully.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nixos/machine') diff --git a/nixos/machine/ridcully.nix b/nixos/machine/ridcully.nix index b7402b7..da95cd4 100644 --- a/nixos/machine/ridcully.nix +++ b/nixos/machine/ridcully.nix @@ -48,10 +48,10 @@ with lib; { }; }; - networking.vlans."enp6s0.adm" = { - id = 2; - interface = "enp6s0"; - }; + #networking.vlans."enp6s0.adm" = { + #id = 2; + #interface = "enp6s0"; + #}; services.syncthing = { enable = true; -- cgit v1.2.3