diff options
author | Karel Kočí <cynerd@email.cz> | 2023-03-03 20:36:16 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-03-03 20:36:16 +0100 |
commit | 949dba082d1f7fdfbb05853f0fbfc406778cfaaf (patch) | |
tree | e7760d7aedfe814a97df7e70f6ff176d841dd61a /nixos | |
parent | be12face6349f883eb684906df624956c462342a (diff) | |
download | nixos-personal-949dba082d1f7fdfbb05853f0fbfc406778cfaaf.tar.gz nixos-personal-949dba082d1f7fdfbb05853f0fbfc406778cfaaf.tar.bz2 nixos-personal-949dba082d1f7fdfbb05853f0fbfc406778cfaaf.zip |
nixos/ridcully: disable adm network
It sometimes causes standard network not being provied with IP address
for some reason.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/machine/ridcully.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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; |