update
This commit is contained in:
@@ -6,7 +6,7 @@ in
|
|||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
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 =
|
imports =
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
./docker.nix
|
./docker.nix
|
||||||
./mailcow.nix
|
./mailcow.nix
|
||||||
./unciv.nix
|
./unciv.nix
|
||||||
./hydra.nix
|
# ./hydra.nix
|
||||||
./postgres.nix
|
./postgres.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ let
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
opcache.enable=1
|
opcache.enable=1
|
||||||
opcache.enable_cli=1
|
opcache.enable_cli=1
|
||||||
opcache.interned_strings_buffer=8
|
opcache.interned_strings_buffer=12
|
||||||
opcache.max_accelerated_files=10000
|
opcache.max_accelerated_files=10000
|
||||||
opcache.memory_consumption=128
|
opcache.memory_consumption=128
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
|
|||||||
Reference in New Issue
Block a user