diff options
author | stuebinm | 2023-05-29 02:13:36 +0200 |
---|---|---|
committer | stuebinm | 2023-05-29 02:13:36 +0200 |
commit | 6085f86d2a39c5c8d8c8f256fe2650f02e6ff368 (patch) | |
tree | b273e6598e74b3b461415d31aedb95351d674738 /ilex | |
parent | 3ccfcfb3dc9562b38141b26aed3bf61e24be4457 (diff) |
initial jump to nixos 23.05
Diffstat (limited to '')
-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 = { |