mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
style: run clean-code
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user