refactor: embed exposed modules via flake

This commit is contained in:
Maurice B. Lewis 2020-10-11 08:17:07 +00:00
parent 0c59324f0a
commit b975560d8e
No known key found for this signature in database
GPG key ID: 4BBC645F979A88FA
3 changed files with 10 additions and 11 deletions

View file

@ -1,8 +1,6 @@
{ config, pkgs, pydeconz, ... }:
with pkgs; {
imports = [ ./deconz.nix ];
environment.systemPackages = with pkgs; [ deconz ];
local.services.deconz = {