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 = {
|
||||
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue