Added: Qemu Host Config

This commit is contained in:
DerGrumpf 2025-04-04 09:50:31 +02:00
parent 6fe4d10ac8
commit 54a1629e97
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@
wget
curl
];
nix.settings.experimental-features = ["nix-command" "flakes"];
})
];
};

View File

@ -35,7 +35,7 @@
nixpkgs.config.permittedInsecurePackages = [
"dotnet-sdk-6.0.428"
"dotnet-runtime-6.0.36"
"dotnet-runtime-6.0.36"
];
}