Things
- lockfile updated - Working with Hydra - Emacs packages - Workaround for nix/git
This commit is contained in:
parent
28f14cab2e
commit
3411b09ab0
5 changed files with 36 additions and 7 deletions
|
@ -8,27 +8,28 @@ in
|
|||
environment = {
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
#skim
|
||||
bat
|
||||
bat-extras.batman
|
||||
binutils
|
||||
bottom
|
||||
coreutils
|
||||
curl
|
||||
dnsutils
|
||||
dosfstools
|
||||
fd
|
||||
git
|
||||
htop
|
||||
glances
|
||||
bottom
|
||||
gptfdisk
|
||||
htop
|
||||
iputils
|
||||
jq
|
||||
lsof
|
||||
manix
|
||||
moreutils
|
||||
nix-index
|
||||
nmap
|
||||
ripgrep
|
||||
#skim
|
||||
tealdeer
|
||||
tmux
|
||||
usbutils
|
||||
|
@ -59,7 +60,7 @@ in
|
|||
autoOptimiseStore = true;
|
||||
useSandbox = true;
|
||||
allowedUsers = [ "@wheel" ];
|
||||
trustedUsers = [ "root" "@wheel" ];
|
||||
trustedUsers = [ "root" "@wheel" "hydra" "hydra-www" ];
|
||||
};
|
||||
|
||||
services.earlyoom.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue