style: run clean-code

This commit is contained in:
2026-05-29 07:59:46 +02:00
parent eeac9a9e65
commit 4a6a50a593
7 changed files with 52 additions and 36 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
];
};
};
# Required to change nextcloud port
# Required to change nextcloud port
nginx.virtualHosts."${config.services.nextcloud.hostName}".listen = [
{
addr = "127.0.0.1";
+6 -6
View File
@@ -1,9 +1,9 @@
{ ... }:
{
services.vikunja = {
enable = true;
port = 8011;
frontendScheme = "http";
frontendHostname = "vikunja.patrickcanal.it";
};
services.vikunja = {
enable = true;
port = 8011;
frontendScheme = "http";
frontendHostname = "vikunja.patrickcanal.it";
};
}