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

This commit is contained in:
Max Känner 2024-11-26 13:12:29 +01:00
parent da10edad83
commit f82a8856b1
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ in {
enable32Bit = true;
extraPackages = with pkgs; [
rocmPackages.clr.icd
rocmPackages.rocm-smi
amdvlk
];
extraPackages32 = with pkgs; [

View File

@ -11,7 +11,7 @@ in {
config = lib.mkIf cfg.enable {
sops = {
age.keyFile = /home/max/.config/sops/age/keys.txt;
age.keyFile = "/home/max/.config/sops/age/keys.txt";
secrets = {
"home/ssid" = {
sopsFile = ../../secrets/wifi.yaml;