From 8eaab6994ab485652f50f73c536c8e237ae29845 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 13 Feb 2024 03:37:27 -0500 Subject: [PATCH] readOnly --- nixos/github-runner.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/github-runner.nix b/nixos/github-runner.nix index 9a845a3..6673588 100644 --- a/nixos/github-runner.nix +++ b/nixos/github-runner.nix @@ -53,6 +53,7 @@ in sopsPrefix = lib.mkOption { type = types.str; default = "gh-selfhosted-tokens"; + readOnly = true; }; nixosConfig = lib.mkOption { type = types.deferredModule;