nix: fix service name
This commit is contained in:
parent
ba58283f1f
commit
54340b99ca
|
@ -3,7 +3,7 @@ let
|
||||||
cfg = config.services.ese-manual;
|
cfg = config.services.ese-manual;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.services.kpp = {
|
options.services.ese-manual = {
|
||||||
enable = mkEnableOption "ese-manual";
|
enable = mkEnableOption "ese-manual";
|
||||||
hostName = mkOption {
|
hostName = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
|
|
Loading…
Reference in a new issue