From 6c65ac374319e44c922e417f0c2c391d74d9a47d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 29 May 2023 17:15:18 +0200 Subject: no libX11 on chaski (experimental) might have to revert this if it causes problems, or if rebuilding all the things annoys me too much. --- chaski/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chaski/configuration.nix') diff --git a/chaski/configuration.nix b/chaski/configuration.nix index c6141fc..6df5715 100644 --- a/chaski/configuration.nix +++ b/chaski/configuration.nix @@ -15,7 +15,9 @@ ]; + environment.noXlibs = true; services.nginx.enable = true; + services.nginx.package = pkgs.nginx.override { gd = null; }; # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; @@ -42,6 +44,5 @@ firewall.logRefusedConnections = false; firewall.allowedTCPPorts = [ 80 443 ]; }; - system.stateVersion = "20.09"; # Did you read the comment? } -- cgit v1.2.3