From 4e8b633cb023abd5f20f9ee4a4e07a72cc676b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Tue, 26 Nov 2024 16:13:19 +0100 Subject: [PATCH] 454 current 1970-01-01 01:00:00 25.05.20241119.23e89b7 6.6.62 * --- flake.lock | 6 +++--- flake.nix | 5 ++++- hosts/MaxNixosLaptop/configuration.nix | 3 +++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 78536a9..573673b 100644 --- a/flake.lock +++ b/flake.lock @@ -71,11 +71,11 @@ ] }, "locked": { - "lastModified": 1732186149, - "narHash": "sha256-N9JGWe/T8BC0Tss2Cv30plvZUYoiRmykP7ZdY2on2b0=", + "lastModified": 1732575825, + "narHash": "sha256-xtt95+c7OUMoqZf4OvA/7AemiH3aVuWHQbErYQoPwFk=", "owner": "Mic92", "repo": "sops-nix", - "rev": "53c853fb1a7e4f25f68805ee25c83d5de18dc699", + "rev": "3433ea14fbd9e6671d0ff0dd45ed15ee4c156ffa", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index ced9b10..5e3397b 100644 --- a/flake.nix +++ b/flake.nix @@ -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 { diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index cada625..79ec784 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -27,6 +27,9 @@ nix.settings = { experimental-features = ["nix-command" "flakes"]; substituters = ["https://nix-community.cachix.org" "https://cache.nixos.org"]; + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; # Define a user account. Don't forget to set a password with ‘passwd’.