Remove option ec2.metadata

This commit is contained in:
Eelco Dolstra
2015-06-30 17:25:56 +02:00
parent 433a13d12a
commit 96b325b0b7
3 changed files with 1 additions and 11 deletions
-10
View File
@@ -7,16 +7,6 @@
with lib;
{
options = {
ec2.metadata = mkOption {
type = types.bool;
default = false;
description = ''
Whether to allow access to EC2 metadata.
'';
};
};
config = {
systemd.services."fetch-ec2-data" =