Use nvidia 470 legacy driver on hypnos
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m36s

This commit is contained in:
2024-06-22 17:50:00 +01:00
parent 82e7157434
commit 2384fc9224
3 changed files with 19 additions and 1 deletions

View File

@ -77,6 +77,7 @@
nixpkgs.pkgs = import nixpkgs {
inherit overlays system;
config.allowUnfree = true;
config.nvidia.acceptLicense = true;
};
networking.hostName = name;
})