nix: renamed nix.trustedUsers
This commit is contained in:
parent
b942c9b014
commit
ea6a04641f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue