This commit is contained in:
stubbfel
2023-04-23 11:22:35 +02:00
parent b07529c39c
commit 6bd8185d78
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -21,7 +21,7 @@
./docker.nix
./mailcow.nix
./unciv.nix
./hydra.nix
# ./hydra.nix
./postgres.nix
];
}

View File

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