aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-10-23 19:19:18 -0600
committerKenny Ballou <kb@devnulllabs.io>2023-10-24 01:16:57 -0600
commitc5d174916590112a86396e33e735c83192ac4cf8 (patch)
tree4519c3b1122a04902ccd12ec2a06bf0747c991cc /systems
parent43d07d5345bc478c256f343a03c7d5cdaaa36e4d (diff)
downloaddotfiles-c5d174916590112a86396e33e735c83192ac4cf8.tar.gz
dotfiles-c5d174916590112a86396e33e735c83192ac4cf8.tar.xz
systems: add extra nix configurations
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/axo.scm5
1 files changed, 4 insertions, 1 deletions
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