diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-08-15 12:07:58 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-08-17 11:29:22 -0400 |
| commit | 81c87074f09565ac1ad9ae51117fbe789b3ec8a9 (patch) | |
| tree | 47731a7e7e2cd7007c5c9e8bae2f67a03a155e34 /gnu/local.mk | |
| parent | 1c4e6aa9382e90acbf12246ce29357382902346d (diff) | |
machine: Implement 'digital-ocean-environment-type'.wip-deploy
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 16b63bc95..ddae14fce 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -569,6 +569,7 @@ GNU_SYSTEM_MODULES = \ %D%/system/vm.scm \ \ %D%/machine.scm \ + %D%/machine/digital-ocean.scm \ %D%/machine/ssh.scm \ \ %D%/build/accounts.scm \ |