From c5d174916590112a86396e33e735c83192ac4cf8 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 23 Oct 2023 19:19:18 -0600 Subject: systems: add extra nix configurations Signed-off-by: Kenny Ballou --- systems/axo.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/axo.scm b/systems/axo.scm index aceafe5f..720a6463 100644 --- a/systems/axo.scm +++ b/systems/axo.scm @@ -165,7 +165,10 @@ (xorg-configuration (keyboard-layout keyboard-layout) (extra-config (list %xorg-libinput-config)))) - (service nix-service-type) + (service nix-service-type + (nix-configuration + (sandbox #t) + (extra-config '("trusted-users = root kb")))) (service pcscd-service-type) (service earlyoom-service-type) (service tlp-service-type -- cgit v1.2.1