improve syntax for accessing service outputs
This commit is contained in:
parent
2d7bb6b2fa
commit
e9f04931fa
5 changed files with 22 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... } :
|
||||
let
|
||||
inherit (pkgs.liminix.networking) interface address hostapd route dnsmasq;
|
||||
inherit (pkgs.liminix.services) oneshot longrun bundle target output;
|
||||
inherit (pkgs.liminix.services) oneshot longrun bundle target;
|
||||
in rec {
|
||||
services.loopback =
|
||||
let iface = interface { type = "loopback"; device = "lo";};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue