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" = {
description = "Backup persistent data with Kopia";
serviceConfig = {
type = "oneshot";
Type = "oneshot";
User = "root";
ExecStart = "${backupScript}";
};