aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/ridcully.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-11-26 16:13:21 +0100
committerKarel Kočí <cynerd@email.cz>2022-11-26 16:13:21 +0100
commit9284a95a9098ff32ea5b2864ed6123df21bc1d22 (patch)
treec31abfe6b64df731d21a744f7543f7c9e573cc6c /nixos/machine/ridcully.nix
parent50b97c08cbe37d1fe96f1c05bcfb180ea0eb2119 (diff)
downloadnixos-personal-9284a95a9098ff32ea5b2864ed6123df21bc1d22.tar.gz
nixos-personal-9284a95a9098ff32ea5b2864ed6123df21bc1d22.tar.bz2
nixos-personal-9284a95a9098ff32ea5b2864ed6123df21bc1d22.zip
nixos/ridcully: add access to the adm network
Diffstat (limited to 'nixos/machine/ridcully.nix')
-rw-r--r--nixos/machine/ridcully.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/machine/ridcully.nix b/nixos/machine/ridcully.nix
index 30b8de1..ad31e82 100644
--- a/nixos/machine/ridcully.nix
+++ b/nixos/machine/ridcully.nix
@@ -46,6 +46,11 @@ with lib;
};
};
+ networking.vlans."enp6s0.adm" = {
+ id = 2;
+ interface = "enp6s0";
+ };
+
services.syncthing = {
enable = true;
user = mkDefault "cynerd";