Skip to content

Commit

Permalink
fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jan 3, 2025
1 parent 024e58f commit 4dabc8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions hardware/tetra-zw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,15 @@
hardware.cpu.amd.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;

# Enable OpenCL
hardware.opengl = {
# Enable OpenGL/OpenCL
hardware.graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = with pkgs; [
rocmPackages.clr.icd
rocmPackages.clr
rocmPackages.rocminfo
rocmPackages.rocm-runtime
#rocm-opencl-icd
rocmPackages.rocm-smi
];
};
Expand Down
2 changes: 1 addition & 1 deletion hosts/tram-borzoi/postgres.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
owner = config.users.users.postgres.name;
};
services.postgresql = {
inherit (registry.postgres) port;
settings.port = registry.postgres.port;
enable = true;
enableTCPIP = true;
authentication =
Expand Down

0 comments on commit 4dabc8e

Please sign in to comment.