mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Remove option ec2.metadata
This commit is contained in:
parent
433a13d12a
commit
96b325b0b7
@ -148,5 +148,6 @@ in zipModules ([]
|
|||||||
++ obsolete' [ "services" "samba" "defaultShare" ]
|
++ obsolete' [ "services" "samba" "defaultShare" ]
|
||||||
++ obsolete' [ "services" "syslog-ng" "serviceName" ]
|
++ obsolete' [ "services" "syslog-ng" "serviceName" ]
|
||||||
++ obsolete' [ "services" "syslog-ng" "listenToJournal" ]
|
++ obsolete' [ "services" "syslog-ng" "listenToJournal" ]
|
||||||
|
++ obsolete' [ "ec2" "metadata" ]
|
||||||
|
|
||||||
)
|
)
|
||||||
|
@ -45,7 +45,6 @@ let
|
|||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ];
|
imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ];
|
||||||
ec2.metadata = true;
|
|
||||||
boot.postBootCommands = ''
|
boot.postBootCommands = ''
|
||||||
${bootScript} &
|
${bootScript} &
|
||||||
'';
|
'';
|
||||||
|
@ -7,16 +7,6 @@
|
|||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
{
|
{
|
||||||
options = {
|
|
||||||
ec2.metadata = mkOption {
|
|
||||||
type = types.bool;
|
|
||||||
default = false;
|
|
||||||
description = ''
|
|
||||||
Whether to allow access to EC2 metadata.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
systemd.services."fetch-ec2-data" =
|
systemd.services."fetch-ec2-data" =
|
||||||
|
Loading…
Reference in New Issue
Block a user