delete commented-out code
This commit is contained in:
parent
bbd699d7b1
commit
d782970313
1 changed files with 1 additions and 3 deletions
|
@ -11,7 +11,6 @@ let
|
||||||
secrets = import ./rotuer-secrets.nix;
|
secrets = import ./rotuer-secrets.nix;
|
||||||
inherit (pkgs.liminix.networking)
|
inherit (pkgs.liminix.networking)
|
||||||
address
|
address
|
||||||
# bridge
|
|
||||||
dnsmasq
|
dnsmasq
|
||||||
hostapd
|
hostapd
|
||||||
interface
|
interface
|
||||||
|
@ -20,8 +19,7 @@ let
|
||||||
inherit (pkgs.liminix.services) oneshot longrun bundle target;
|
inherit (pkgs.liminix.services) oneshot longrun bundle target;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
ifwait
|
ifwait
|
||||||
serviceFns
|
serviceFns;
|
||||||
iptables;
|
|
||||||
in rec {
|
in rec {
|
||||||
services.loopback =
|
services.loopback =
|
||||||
let iface = interface { type = "loopback"; device = "lo";};
|
let iface = interface { type = "loopback"; device = "lo";};
|
||||||
|
|
Loading…
Reference in a new issue