Typo fix.

This commit is contained in:
2025-10-30 07:28:32 +00:00
parent 6faf148fde
commit 31d79ba75b

View File

@@ -51,7 +51,7 @@ in
services."backup-persist" = { services."backup-persist" = {
description = "Backup persistent data with Kopia"; description = "Backup persistent data with Kopia";
serviceConfig = { serviceConfig = {
type = "oneshot"; Type = "oneshot";
User = "root"; User = "root";
ExecStart = "${backupScript}"; ExecStart = "${backupScript}";
}; };