- lockfile updated
- Working with Hydra
- Emacs packages
- Workaround for nix/git
This commit is contained in:
Andrea Ciceri 2022-06-05 14:51:20 +02:00
parent 28f14cab2e
commit 3411b09ab0
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
5 changed files with 36 additions and 7 deletions

View file

@ -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;