Enable timer for real

This commit is contained in:
Natsu Kagami 2023-10-17 08:00:06 +02:00
parent 69af06d78a
commit 6e11b80b40
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -60,6 +60,7 @@ in
unitConfig = { };
};
systemd.services.smart-ipv6-rotator = {
wantedBy = [ "timers.target" ];
serviceConfig = {
Type = "oneshot";
ExecStart = "${ipv6-rotator}/bin/smart-ipv6-rotator run";