fix scope error

This commit is contained in:
Satria 2026-03-14 09:21:30 +07:00
commit 6d46ec1d54

View file

@ -53,6 +53,7 @@
ENABLE_PUSH_CREATE_USER = true; ENABLE_PUSH_CREATE_USER = true;
}; };
}; };
};
gitea-actions-runner.instances.nixos-deploy = { gitea-actions-runner.instances.nixos-deploy = {
enable = true; enable = true;
name = "nixos-server-runner"; name = "nixos-server-runner";
@ -62,5 +63,4 @@
hostPackages = with pkgs; [ bash coreutils git nix ]; hostPackages = with pkgs; [ bash coreutils git nix ];
}; };
}; };
};
} }