This commit is contained in:
Erwin Boskma 2022-09-26 12:09:14 +02:00
parent 5777182658
commit af3f835e68
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -86,7 +86,7 @@
};
}) // {
nixosModule.sunshine = { pkgs, config, lib, ... }:
nixosModules.sunshine = { pkgs, config, lib, ... }:
with lib;
let
cfg = config.services.sunshine;