From 9555430a3e85df8895d90222a97ee7f6b3b0eda4 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Sep 2025 11:38:52 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- nix/modules/customer-portal/flake-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/modules/customer-portal/flake-module.nix b/nix/modules/customer-portal/flake-module.nix index 781a0b4..b20496d 100755 --- a/nix/modules/customer-portal/flake-module.nix +++ b/nix/modules/customer-portal/flake-module.nix @@ -1,14 +1,14 @@ { moduleWithSystem, ... }: { flake.nixosModules.default = moduleWithSystem ( - perSystem@{ config, lib, pkgs, utils, ... }: + perSystem@{ lib, pkgs, utils, ... }: nixos@{ self, ... }: let inherit (lib) mkEnableOption mkPackageOption mkOption mkIf types; format = pkgs.formats.json {}; - cfg = config.services.amarth-customer-portal; + cfg = self.services.amarth-customer-portal; in { options.services.amarth-customer-portal = {