nix: renamed nix.trustedUsers

This commit is contained in:
Serĉanto de Scio 2022-12-02 10:04:25 +10:00
parent b942c9b014
commit ea6a04641f
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -71,7 +71,7 @@
show-trace = true # Enable --show-trace by default for nix show-trace = true # Enable --show-trace by default for nix
builders-use-substitutes = true # Set builders to use caches builders-use-substitutes = true # Set builders to use caches
''; '';
trustedUsers = ["craige"]; settings.trusted-users = ["craige"];
}; };
networking = {enableIPv6 = true;}; networking = {enableIPv6 = true;};
@ -89,9 +89,11 @@
bat # cat clone with syntax highlighting & Git integration bat # cat clone with syntax highlighting & Git integration
dnsutils # Bind DNS utilities dnsutils # Bind DNS utilities
fd # A simple, fast and user-friendly alternative to find fd # A simple, fast and user-friendly alternative to find
(if config.services.xserver.enable (
if config.services.xserver.enable
then gitAndTools.gitFull then gitAndTools.gitFull
else git) # Distributed version control system else git
) # Distributed version control system
htop # interactive process viewer htop # interactive process viewer
hwinfo # Hardware detection tool hwinfo # Hardware detection tool
killall # kill processes by name killall # kill processes by name