diff --git a/flake.nix b/flake.nix index 0bc542b..1074a04 100644 --- a/flake.nix +++ b/flake.nix @@ -86,7 +86,7 @@ }; }) // { - nixosModule.sunshine = { pkgs, config, lib, ... }: + nixosModules.sunshine = { pkgs, config, lib, ... }: with lib; let cfg = config.services.sunshine;