From ebc3526214b1e54197c11f0635c9bd8762a9be37 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 5 Sep 2024 17:45:07 -0500 Subject: [PATCH] Ensure trusted-users for spotlight --- hosts/cyclone/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/cyclone/configuration.nix b/hosts/cyclone/configuration.nix index 214a290..52c2e90 100644 --- a/hosts/cyclone/configuration.nix +++ b/hosts/cyclone/configuration.nix @@ -19,7 +19,10 @@ ]; }; - nix.settings.experimental-features = [ "flakes" "nix-command" ]; + nix.settings = { + experimental-features = [ "flakes" "nix-command" ]; + trusted-users = [ "spotlight" ]; + }; # Select internationalisation properties. time.timeZone = "America/Chicago";