From ea6a04641f6d136ce051aedbcb90e9e39c05724f Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Fri, 2 Dec 2022 10:04:25 +1000 Subject: [PATCH] nix: renamed nix.trustedUsers --- profiles/host_common.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/profiles/host_common.nix b/profiles/host_common.nix index 7e371d1..8b268e0 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -71,7 +71,7 @@ show-trace = true # Enable --show-trace by default for nix builders-use-substitutes = true # Set builders to use caches ''; - trustedUsers = ["craige"]; + settings.trusted-users = ["craige"]; }; networking = {enableIPv6 = true;}; @@ -89,9 +89,11 @@ bat # cat clone with syntax highlighting & Git integration dnsutils # Bind DNS utilities fd # A simple, fast and user-friendly alternative to find - (if config.services.xserver.enable - then gitAndTools.gitFull - else git) # Distributed version control system + ( + if config.services.xserver.enable + then gitAndTools.gitFull + else git + ) # Distributed version control system htop # interactive process viewer hwinfo # Hardware detection tool killall # kill processes by name