From 443eb490e8fb322cbd7befdea6d005847fe7c1ad Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Mon, 14 Apr 2025 15:39:01 +0200 Subject: [PATCH] checks: `test-backups` -> `backups` --- checks/backups/flake-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/backups/flake-module.nix b/checks/backups/flake-module.nix index b07b6e513..7c997abf4 100644 --- a/checks/backups/flake-module.nix +++ b/checks/backups/flake-module.nix @@ -169,8 +169,8 @@ in { checks = pkgs.lib.mkIf pkgs.stdenv.isLinux { - test-backups = (import ../lib/container-test.nix) { - name = "test-backups"; + backups = (import ../lib/container-test.nix) { + name = "backups"; nodes.machine = { imports = [