Added: Qemu Host Config
This commit is contained in:
parent
6fe4d10ac8
commit
54a1629e97
@ -57,6 +57,7 @@
|
|||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
];
|
];
|
||||||
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"dotnet-sdk-6.0.428"
|
"dotnet-sdk-6.0.428"
|
||||||
"dotnet-runtime-6.0.36"
|
"dotnet-runtime-6.0.36"
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user