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
|
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
|
(
|
||||||
then gitAndTools.gitFull
|
if config.services.xserver.enable
|
||||||
else git) # Distributed version control system
|
then gitAndTools.gitFull
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue