about summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorMatt Leon <ml@mattleon.com>2023-10-28 23:16:44 -0400
committerMatt Leon <ml@mattleon.com>2024-02-13 19:17:53 -0500
commitc0846f900a71e9bde3bf292882506cbb7cc97528 (patch)
tree9ef9f2fe169f01ca4dc14c4bb4e569b43e7f1f11 /nixos/modules/module-list.nix
parent6d6935549997ea39cf5fa534c75456409c175482 (diff)
matter-server: add nixos service module
New module to run the python-matter-server executable as a sandboxed
system service.
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index ec022713e12ef..fedded7a5f3ff 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -580,6 +580,7 @@
   ./services/home-automation/govee2mqtt.nix
   ./services/home-automation/home-assistant.nix
   ./services/home-automation/homeassistant-satellite.nix
+  ./services/home-automation/matter-server.nix
   ./services/home-automation/zigbee2mqtt.nix
   ./services/home-automation/zwave-js.nix
   ./services/logging/SystemdJournal2Gelf.nix