all repos — nixfiles @ 99fdc45339535264a5d17d17df6c54035450afb0

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

prefect: use connman

Alan Pearce
commit

99fdc45339535264a5d17d17df6c54035450afb0

parent

ecf61955c15b2b7e5a0f05a8be0c784b34c8b7c7

1 file changed, 1 insertion(+), 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