Bonus fleshing

This commit is contained in:
Ana Hobden 2022-09-20 13:16:01 -07:00
parent 2ef7951994
commit 4fdba83039

View file

@ -17,9 +17,9 @@ impl<'a> Actionable<'a> for ConfigureNixDaemonService {
fn description(&self) -> Vec<ActionDescription> {
vec![
ActionDescription::new(
"Start the systemd Nix daemon".to_string(),
"Configure the Nix Daemon Service".to_string(),
vec![
"The `nix` command line tool communicates with a running Nix daemon managed by your init system".to_string()
"Sets init system specific options".to_string()
]
),
]