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