update
This commit is contained in:
@@ -6,7 +6,7 @@ in
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget curl vim nano zsh fzf tmux git exa progress tldr htop unstable.docker-compose
|
||||
wget curl vim nano zsh fzf tmux git exa progress tldr htop unstable.docker-compose pkgs.php81
|
||||
];
|
||||
|
||||
imports =
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
./docker.nix
|
||||
./mailcow.nix
|
||||
./unciv.nix
|
||||
./hydra.nix
|
||||
# ./hydra.nix
|
||||
./postgres.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ let
|
||||
extraConfig = ''
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.interned_strings_buffer=8
|
||||
opcache.interned_strings_buffer=12
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.memory_consumption=128
|
||||
opcache.save_comments=1
|
||||
|
||||
Reference in New Issue
Block a user