diff options
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" = { |