forked from M-Labs/it-infra
nixops: update permitted openssl version
This commit is contained in:
parent
4c9d96dae3
commit
ccc08184e4
|
@ -32,7 +32,7 @@ in
|
|||
};
|
||||
};
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1u"
|
||||
"openssl-1.1.1v"
|
||||
];
|
||||
|
||||
networking.hostName = host;
|
||||
|
|
Loading…
Reference in New Issue