forked from DGNum/liminix
remove unused imports
This commit is contained in:
parent
3bdc986dd7
commit
9e52faa0b6
1 changed files with 2 additions and 7 deletions
|
@ -9,13 +9,8 @@
|
||||||
{ config, pkgs, lib, ... } :
|
{ config, pkgs, lib, ... } :
|
||||||
let
|
let
|
||||||
secrets = import ./rotuer-secrets.nix;
|
secrets = import ./rotuer-secrets.nix;
|
||||||
inherit (pkgs.liminix.services) oneshot longrun bundle target;
|
inherit (pkgs.liminix.services) oneshot longrun;
|
||||||
inherit (pkgs)
|
inherit (pkgs) serviceFns;
|
||||||
dropbear
|
|
||||||
ifwait
|
|
||||||
writeText
|
|
||||||
writeFennelScript
|
|
||||||
serviceFns;
|
|
||||||
svc = config.system.service;
|
svc = config.system.service;
|
||||||
wirelessConfig = {
|
wirelessConfig = {
|
||||||
country_code = "GB";
|
country_code = "GB";
|
||||||
|
|
Loading…
Reference in a new issue