chore: format

This commit is contained in:
Tristan 2024-05-01 14:00:21 +01:00
parent 68bf957891
commit 5c74190cf6
3 changed files with 16 additions and 18 deletions

View file

@ -1,9 +1,7 @@
{ config, ... }: {config, ...}: let
let
domain = "up.${config.networking.domain}"; domain = "up.${config.networking.domain}";
port = 8080; port = 8080;
in in {
{
services.ntfy-sh = { services.ntfy-sh = {
enable = true; enable = true;
settings = { settings = {