Fix typo
This commit is contained in:
parent
5777182658
commit
af3f835e68
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
}) // {
|
}) // {
|
||||||
nixosModule.sunshine = { pkgs, config, lib, ... }:
|
nixosModules.sunshine = { pkgs, config, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.services.sunshine;
|
cfg = config.services.sunshine;
|
||||||
|
|
Loading…
Reference in a new issue