infra: fix typo
This commit is contained in:
parent
cb1ebd8e35
commit
b9eac3a38c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ in
|
||||||
systemd.timers.public-pw-reset = {
|
systemd.timers.public-pw-reset = {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "Rest Public Password";
|
description = "Rest Public Password";
|
||||||
wants = [ "public-pw-reset.services" ];
|
wants = [ "public-pw-reset.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnBootSec= "0min";
|
OnBootSec= "0min";
|
||||||
|
|
Loading…
Add table
Reference in a new issue