I've tried using the s3 remote backend below
network.storage.s3 = {
profile = "root";
region = "us-east-1";
bucket = "main-nixops-state";
key = "personal.nixops";
kms_keyid = "166c5cbe-b827-4105-bdf4-a2db9b52efb4";
};
however when deploying on nixopsUnstable, I get
The network requires the 's3' state provider, but no plugin provides it.
I've found no documentation on how to fix this.
My question is how does one exactly install the s3 plugin? And does anyone have an example config I could reference?
I've tried using the s3 remote backend below
however when deploying on
nixopsUnstable, I getI've found no documentation on how to fix this.
My question is how does one exactly install the s3 plugin? And does anyone have an example config I could reference?