nas stuff and upd

This commit is contained in:
mjallen18
2025-10-14 18:42:33 -05:00
parent 1fecd14b02
commit 41105e3f5a
7 changed files with 24 additions and 4 deletions

View File

@@ -47,7 +47,6 @@ in
mako
meson
nautilus
networkmanagerapplet
nomacs
nwg-look
overskride

View File

@@ -18,6 +18,10 @@ in
'';
services = {
matter-server = {
enable = true;
port = 5580;
};
postgresql = {
enable = true;
ensureDatabases = [ "hass" ];
@@ -35,6 +39,7 @@ in
cfg.zigbee2mqttPort
8095
8097
5580
];
};
}