summaryrefslogtreecommitdiff
path: root/ivi
diff options
context:
space:
mode:
Diffstat (limited to 'ivi')
-rw-r--r--ivi/ivi.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ivi/ivi.nix b/ivi/ivi.nix
index ad6d79d..469a11b 100644
--- a/ivi/ivi.nix
+++ b/ivi/ivi.nix
@@ -87,10 +87,11 @@ self: lib: with lib; let
"server"
];
};
- kubo = {
+ pump = {
isDeployed = true;
profiles = [
"core"
+ "homeserver"
];
};
};