too lazy to think of a message, so enjoy this pointless text. Good luck future me...
All checks were successful
Test action / Print hello world (push) Successful in 6m23s

This commit is contained in:
Chris Kruining 2025-09-23 11:42:13 +00:00
parent 9555430a3e
commit 59922e5e7e

View file

@ -14,7 +14,7 @@
options.services.amarth-customer-portal = { options.services.amarth-customer-portal = {
enable = mkEnableOption "Enable Amarth cloud's customer portal."; enable = mkEnableOption "Enable Amarth cloud's customer portal.";
package = mkPackageOption self.packages "amarth-customer-portal" {}; package = mkPackageOption self.packages.${pkgs.hostPlatform} "amarth-customer-portal" {};
openFirewall = mkOption { openFirewall = mkOption {
type = types.bool; type = types.bool;