module(awscli): Add option for endpoint_url to use localhost url in Tytonidae
This commit is contained in:
parent
871ac5871d
commit
dcb0c0d7a5
2 changed files with 9 additions and 2 deletions
|
|
@ -33,7 +33,10 @@
|
|||
kvm.enable = true;
|
||||
atuin.enable = true;
|
||||
ion.enable = true;
|
||||
awscli.enable = true;
|
||||
awscli = {
|
||||
enable = true;
|
||||
url = "http://localhost:8491";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue