chore: nix fmt
This commit is contained in:
parent
38767905af
commit
f74928ce5f
21 changed files with 60 additions and 71 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue