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 6m9s

This commit is contained in:
Chris Kruining 2025-09-23 12:53:10 +00:00
parent 7af1d06122
commit d701052d9c

View file

@ -1,4 +1,4 @@
{ self, lib, pkgs, utils, ... }: { config, self, lib, pkgs, utils, ... }:
{ {
flake.nixosModules.default = flake.nixosModules.default =
nixos@{ ... }: nixos@{ ... }:
@ -7,7 +7,7 @@
format = pkgs.formats.json {}; format = pkgs.formats.json {};
cfg = self.services.amarth-customer-portal; cfg = config.services.amarth-customer-portal;
in in
{ {
options.services.amarth-customer-portal = { options.services.amarth-customer-portal = {