From 450367751ec660f3b4b554f5751836f28cb98cba Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 21 Mar 2023 22:08:56 +0100 Subject: [PATCH] hosts/prophet: move to gods from flesh --- hosts/part.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/part.nix b/hosts/part.nix index ff8f3cc..278f761 100644 --- a/hosts/part.nix +++ b/hosts/part.nix @@ -14,11 +14,11 @@ in with tools.dns; thunderskin = import ./thunderskin tools; VEGAS = import ./VEGAS tools; - - prophet = import ./prophet tools; }; fromFlesh = { + prophet = import ./prophet tools; + soda = import ./soda tools; };