forked from M-Labs/it-infra
desktop: openssl workaround
This commit is contained in:
parent
351229b866
commit
40b29da7bd
|
@ -32,7 +32,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"openssl-1.1.1v"
|
"openssl-1.1.1w"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = host;
|
networking.hostName = host;
|
||||||
|
|
Loading…
Reference in New Issue