nixos/smokeping: Replace the tabs in cfg.targetConfig
This was inconsistent with the rest of the module.
This commit is contained in:
parent
87fb5d381f
commit
237c20ac61
@ -241,18 +241,18 @@ in
|
|||||||
targetConfig = mkOption {
|
targetConfig = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
default = ''
|
default = ''
|
||||||
probe = FPing
|
probe = FPing
|
||||||
menu = Top
|
menu = Top
|
||||||
title = Network Latency Grapher
|
title = Network Latency Grapher
|
||||||
remark = Welcome to the SmokePing website of xxx Company. \
|
remark = Welcome to the SmokePing website of xxx Company. \
|
||||||
Here you will learn all about the latency of our network.
|
Here you will learn all about the latency of our network.
|
||||||
+ Local
|
+ Local
|
||||||
menu = Local
|
menu = Local
|
||||||
title = Local Network
|
title = Local Network
|
||||||
++ LocalMachine
|
++ LocalMachine
|
||||||
menu = Local Machine
|
menu = Local Machine
|
||||||
title = This host
|
title = This host
|
||||||
host = localhost
|
host = localhost
|
||||||
'';
|
'';
|
||||||
description = "Target configuration";
|
description = "Target configuration";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user