From 31d79ba75b6c25e6a5e91d0160bcc3efa118f2dc Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 30 Oct 2025 07:28:32 +0000 Subject: [PATCH] Typo fix. --- common/global/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/global/backup.nix b/common/global/backup.nix index c7e2853..34c900b 100644 --- a/common/global/backup.nix +++ b/common/global/backup.nix @@ -51,7 +51,7 @@ in services."backup-persist" = { description = "Backup persistent data with Kopia"; serviceConfig = { - type = "oneshot"; + Type = "oneshot"; User = "root"; ExecStart = "${backupScript}"; };