forked from M-Labs/it-infra
nixops: fix openssl permitted package
This commit is contained in:
parent
5497d5d124
commit
7177c0c66a
|
@ -31,7 +31,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"openssl-1.1.1t"
|
"openssl-1.1.1u"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = host;
|
networking.hostName = host;
|
||||||
|
|
Loading…
Reference in New Issue