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 d7c6775
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/patroclus/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{ pkgsUnstable, ... }:
{
imports = [
./authentik.nix
./hardware-configuration.nix
];

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

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

0 comments on commit d7c6775

Please sign in to comment.