From 2922fb60d24ffce7ac40a7eab11df4a671734488 Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 14 Oct 2024 20:56:29 +0000 Subject: [PATCH] common: undo ownership experiment --- modules/common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index c561380..823c104 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -22,8 +22,7 @@ age.secrets.github-runner-token = { file = ../secrets/github-runner-token.age; - group = config.cachix.github-runner.group; - } // lib.optionalAttrs pkgs.stdenv.isDarwin { owner = config.cachix.github-runner.group; + group = config.cachix.github-runner.group; }; }