chore: nix fmt

This commit is contained in:
Harald Hoyer 2026-05-03 14:48:41 +02:00
parent 38767905af
commit f74928ce5f
21 changed files with 60 additions and 71 deletions

View file

@ -26,13 +26,12 @@ with lib.metacfg;
hardware.graphics = {
enable = true;
extraPackages =
lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
with pkgs;
[
rocmPackages.clr.icd
]
);
extraPackages = lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
with pkgs;
[
rocmPackages.clr.icd
]
);
};
systemd.tmpfiles.rules =
@ -123,13 +122,11 @@ with lib.metacfg;
python313Packages.huggingface-hub
];
virtualisation = {
docker.enable = true;
podman.dockerCompat = false;
};
# zram swap with zstd compression for better performance
zramSwap = {
algorithm = "zstd";