nixos/reframe: options.programs.reframe -> options.services.reframe
Messed up when writing the module, put config.services.reframe as cfg
but options.programs.reframe in module. 🙁
Will remember to test new modules next time. Sorry!
This commit is contained in:
@@ -9,7 +9,7 @@ let
|
||||
iniFmt = pkgs.formats.ini { };
|
||||
in
|
||||
{
|
||||
options.programs.reframe = {
|
||||
options.services.reframe = {
|
||||
enable = lib.mkEnableOption "DRM/KMS based remote desktop for Linux that supports Wayland/NVIDIA/headless/login…";
|
||||
package = lib.mkPackageOption pkgs "reframe" { };
|
||||
configs = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user