454 current 1970-01-01 01:00:00 25.05.20241119.23e89b7 6.6.62 *

This commit is contained in:
2024-11-26 16:13:19 +01:00
parent f82a8856b1
commit 4e8b633cb0
3 changed files with 10 additions and 4 deletions

View File

@ -29,7 +29,10 @@
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
config = {
allowUnfree = true;
rocmSupport = true;
};
};
in {
nixosConfigurations."MaxNixosLaptop" = nixpkgs.lib.nixosSystem {