From 58560480e77cfffb09f059f55676625cd572e69c Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 3 Feb 2022 21:41:07 +0100 Subject: [PATCH] hosts/prophet: enable IPFS --- hosts/prophet/system.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/prophet/system.nix b/hosts/prophet/system.nix index b08bea9..29366eb 100644 --- a/hosts/prophet/system.nix +++ b/hosts/prophet/system.nix @@ -8,6 +8,8 @@ inputs.agenix.nixosModules.age + aspect.modules.ipfs + ] ++ aspect.sets.server;