From 9ea829150a77ae0c832f102d2d8f39bd2bd81fe1 Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 3 May 2021 13:55:19 +0100 Subject: [PATCH] hosts/yule: Added katnet interfaces --- hosts/yule/nixos/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/yule/nixos/default.nix b/hosts/yule/nixos/default.nix index 52b35279..4cd4de05 100644 --- a/hosts/yule/nixos/default.nix +++ b/hosts/yule/nixos/default.nix @@ -17,6 +17,9 @@ boot.loader.efi.canTouchEfiVariables = true; boot.supportedFilesystems = [ "zfs" ]; + katnet.private.interfaces = singleton "hexnet"; + katnet.public.interfaces = [ "enp1s0" "wlp2s0" ]; + networking.hostId = "dddbb888"; networking.hostName = "yule";