delete commented-out code

module-based-network
Daniel Barlow 2023-03-03 20:07:39 +00:00
parent bbd699d7b1
commit d782970313
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@ let
secrets = import ./rotuer-secrets.nix;
inherit (pkgs.liminix.networking)
address
# bridge
dnsmasq
hostapd
interface
@ -20,8 +19,7 @@ let
inherit (pkgs.liminix.services) oneshot longrun bundle target;
inherit (pkgs)
ifwait
serviceFns
iptables;
serviceFns;
in rec {
services.loopback =
let iface = interface { type = "loopback"; device = "lo";};