all repos — nixfiles @ 99fdc45339535264a5d17d17df6c54035450afb0

System and user configuration, managed by nix and home-manager

prefect: use connman
Alan Pearce alan@alanpearce.eu
Sat, 16 Jan 2021 20:56:25 +0100
commit

99fdc45339535264a5d17d17df6c54035450afb0

parent

ecf61955c15b2b7e5a0f05a8be0c784b34c8b7c7

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -15,6 +15,7 @@ ./settings/hardware/audio.nix     ./settings/hardware/bare-metal.nix
     ./settings/hardware/bluetooth.nix
     ./settings/hardware/nvme-root.nix
+    ./settings/hardware/connman.nix
     ./settings/hardware/mouse.nix
     ./settings/hardware/grub2.nix
     ./settings/hardware/nvidia-gpu.nix
@@ -71,9 +72,6 @@ '';   };
   networking.useDHCP = false;
   networking.firewall.allowedTCPPorts = [ config.services.postgresql.port ];
-  networking.interfaces.enp6s0 = {
-    useDHCP = true;
-  };
 
   networking.firewall.extraCommands = ''
     iptables  -A nixos-fw -p udp --source 172.30.44.0/24       -j nixos-fw-accept