From bb73cc2a13586a977859d32bfdcc0fbe9bf1af34 Mon Sep 17 00:00:00 2001 From: sinavir Date: Mon, 31 Mar 2025 23:36:12 +0200 Subject: [PATCH] fix(arkheon): Simplify module --- machines/nixos/compute01/arkheon.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/machines/nixos/compute01/arkheon.nix b/machines/nixos/compute01/arkheon.nix index d521e766..65dc6763 100644 --- a/machines/nixos/compute01/arkheon.nix +++ b/machines/nixos/compute01/arkheon.nix @@ -10,16 +10,6 @@ services.arkheon = { enable = true; - pythonEnv = - (import sources.nixos-unstable { - overlays = [ (import (sources.arkheon.outPath + "/overlay.nix")) ]; - }).python3.withPackages - (ps: [ - ps.arkheon - ps.daphne - ps.psycopg2 - ]); - domain = "arkheon.dgnum.eu"; nginx = {