diff options
Diffstat (limited to 'ilex/configuration.nix')
-rw-r--r-- | ilex/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 3988e81..402e967 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -15,7 +15,7 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_3; hardware.opengl.driSupport32Bit = true; # Use the systemd-boot EFI boot loader. @@ -64,7 +64,7 @@ host all all 127.0.0.1/32 trust host all all ::1/127 trust ''; - package = pkgs.postgresql_11; + # package = pkgs.postgresql_11; }; # services.glitchtip = { |