ctucx.git: nixfiles

ctucx' nixfiles

commit cf5d29df462dba5e48754f9c4bbaf49f456518cc
parent 594677931574fc1c94b2c6b841e69109cb5e77e5
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 28 Apr 2022 14:41:36 +0200

machines/lollo: use iphone usb-tetherring as uplink, duh
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/machines/lollo/configuration.nix b/machines/lollo/configuration.nix
@@ -11,6 +11,7 @@
     ./smarthome
     ./websites
 
+    ../../configurations/programs/usbmuxd.nix
     ../../configurations/services/pipewire.nix
     ../../configurations/services/spotifyd.nix
     ./shairport-sync.nix
diff --git a/machines/lollo/router/systemd-networkd.nix b/machines/lollo/router/systemd-networkd.nix
@@ -55,6 +55,13 @@
 
     networks = {
 
+      "5-enp0" = {
+        matchConfig = {
+          Name = "enp0*";
+        };
+        DHCP = "yes";
+      };
+
       "10-enp2s0" = {
         matchConfig = {
           Name = "enp2s0";