diff options
author | stuebinm | 2024-12-09 14:49:11 +0100 |
---|---|---|
committer | stuebinm | 2024-12-09 14:49:11 +0100 |
commit | 209be8d664a88b50bb835ea43b607262d4a49067 (patch) | |
tree | 3bfd7946f3a220f77f65938420c7e32b9266ad27 /ilex/configuration.nix | |
parent | 02648e447c0599a0dda5385d9f7d4fcc88fc14bf (diff) |
remaining cleanup for NixOS 24.11
Diffstat (limited to 'ilex/configuration.nix')
-rw-r--r-- | ilex/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 2fa26cd..17bec18 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -9,7 +9,7 @@ boot.kernelPackages = pkgs.linuxKernel.packageAliases.linux_latest; - hardware.opengl.driSupport32Bit = true; + hardware.graphics.enable32Bit = true; hardware.bluetooth.enable = true; services.blueman.enable = true; @@ -55,6 +55,7 @@ host all all 127.0.0.1/32 trust host all all ::1/127 trust ''; + extensions = ps: [ ps.postgis ]; }; # services.redis.servers."bookwyrm" = { |