Skip to content

Commit

Permalink
nix: use config.services.sakaya
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Oct 22, 2024
1 parent 68f0445 commit 968007b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
inherit (lib) mkEnableOption mkOption mkPackageOption mkIf;
inherit (lib.types) port string bool;

cfg = config.sakaya;
cfg = config.services.sakaya;
in
{
options.sakaya = {
Expand Down

0 comments on commit 968007b

Please sign in to comment.