allow xlibs to be able to use qemu from substituter
This commit is contained in:
parent
1a6ab16854
commit
90425a4d18
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# to be able to use qemu from substituter
|
||||||
|
environment.noXlibs = false;
|
||||||
|
|
||||||
dadada = {
|
dadada = {
|
||||||
admin.enable = true;
|
admin.enable = true;
|
||||||
networking.localResolver.enable = true;
|
networking.localResolver.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue