summary refs log tree commit diff
path: root/nixos/modules/programs/ccache.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/ccache.nix')
-rw-r--r--nixos/modules/programs/ccache.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/ccache.nix b/nixos/modules/programs/ccache.nix
index 35a4373f612..0f7fd0a3683 100644
--- a/nixos/modules/programs/ccache.nix
+++ b/nixos/modules/programs/ccache.nix
@@ -28,7 +28,7 @@ in {
 
       # "nix-ccache --show-stats" and "nix-ccache --clear"
       security.wrappers.nix-ccache = {
-        owner = "nobody";
+        owner = "root";
         group = "nixbld";
         setuid = false;
         setgid = true;