Skip to content

Commit

Permalink
temp: add zigbee2mqtt to pat
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxbits committed Dec 15, 2024
1 parent 2533ce1 commit 7431c65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hosts/patroclus/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{ pkgsUnstable, ... }:
{
imports = [
./authentik.nix
./hardware-configuration.nix
];

services.zigbee2mqtt = {
enable = true;
dataDir = "/data/config/zigbee2mqtt";
package = pkgsUnstable.zigbee2mqtt; # 1.42.0
};

boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking = {
Expand Down

0 comments on commit 7431c65

Please sign in to comment.