aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
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;