forked from DGNum/infrastructure
fix(arkheon): Simplify module
This commit is contained in:
parent
f21fa29caa
commit
bb73cc2a13
1 changed files with 0 additions and 10 deletions
|
@ -10,16 +10,6 @@
|
||||||
services.arkheon = {
|
services.arkheon = {
|
||||||
enable = true;
|
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";
|
domain = "arkheon.dgnum.eu";
|
||||||
|
|
||||||
nginx = {
|
nginx = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue