remove unused imports

doc-do-over
Daniel Barlow 2023-09-04 22:05:42 +01:00
parent 3bdc986dd7
commit 9e52faa0b6
1 changed files with 2 additions and 7 deletions

View File

@ -9,13 +9,8 @@
{ config, pkgs, lib, ... } :
let
secrets = import ./rotuer-secrets.nix;
inherit (pkgs.liminix.services) oneshot longrun bundle target;
inherit (pkgs)
dropbear
ifwait
writeText
writeFennelScript
serviceFns;
inherit (pkgs.liminix.services) oneshot longrun;
inherit (pkgs) serviceFns;
svc = config.system.service;
wirelessConfig = {
country_code = "GB";