aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-03-03 20:36:16 +0100
committerKarel Kočí <cynerd@email.cz>2023-03-03 20:36:16 +0100
commit949dba082d1f7fdfbb05853f0fbfc406778cfaaf (patch)
treee7760d7aedfe814a97df7e70f6ff176d841dd61a /nixos
parentbe12face6349f883eb684906df624956c462342a (diff)
downloadnixos-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.nix8
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;