diff options
author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-09-28 16:47:21 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-22 18:32:52 +0200 |
commit | 12712817ae97eb6305deeaad68ce17c9fa212917 (patch) | |
tree | 47bb2a0f67432cfa1eb61e7df975f437f6ca50ab /gnu/local.mk | |
parent | af561664b8191e2a34570176422f4d500d5fd4fb (diff) | |
download | patches-12712817ae97eb6305deeaad68ce17c9fa212917.tar patches-12712817ae97eb6305deeaad68ce17c9fa212917.tar.gz |
machine: Implement 'digital-ocean-environment-type'.
* gnu/machine/digital-ocean.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Invoking guix deploy): Add documentation for
'digital-ocean-configuration'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 79d0e934d4..9b9a215913 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -580,6 +580,7 @@ GNU_SYSTEM_MODULES = \ %D%/system/vm.scm \ \ %D%/machine.scm \ + %D%/machine/digital-ocean.scm \ %D%/machine/ssh.scm \ \ %D%/build/accounts.scm \ |