From b4bf0d570bdec46e3effdc6e47bdff756b7f3652 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 12 Apr 2023 23:38:04 +0200 Subject: [PATCH] hosts/prophet: move to gods from light This reverts commit 450367751ec660f3b4b554f5751836f28cb98cba. --- hosts/part.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/part.nix b/hosts/part.nix index 278f761..ff8f3cc 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; };