Use stable package

This commit is contained in:
Jakob Lechner 2025-05-26 15:47:22 +02:00
parent c939f81d87
commit 852d62bbd7
6 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ in
enable = true;
address = "127.0.0.1";
port = ports.esphome.tcp;
package = pkgs.master.esphome;
package = pkgs.esphome;
};
systemd.services.esphome = {

View file

@ -7,7 +7,7 @@ in
{
services.trilium-server = {
enable = true;
package = pkgs.master.trilium-next-server;
package = pkgs.trilium-next-server;
host = "127.0.0.1";
port = ports.trilium.tcp;
nginx = {