install mkcert

This commit is contained in:
Dennis Schoepf 2026-01-15 20:30:46 +01:00
parent 1533701fb4
commit 8b4bb8d09c
2 changed files with 3 additions and 2 deletions

View file

@ -110,6 +110,7 @@
jellyfin-ffmpeg jellyfin-ffmpeg
usbutils usbutils
restic restic
mkcert
actual-server actual-server
]; ];

View file

@ -33,7 +33,7 @@
} }
{ {
title = "Actual"; title = "Actual";
url = "https://finance.dnsc.io"; url = "https://192.168.178.69:9002";
icon = "si:actualbudget"; icon = "si:actualbudget";
} }
{ {
@ -53,7 +53,7 @@
} }
{ {
title = "Jellyfin"; title = "Jellyfin";
url = "http://100.103.199.4:8096"; url = "http://192.168.178.69:8096";
icon = "si:jellyfin"; icon = "si:jellyfin";
} }
]; ];