fix(compute01): Make it work ?
All checks were successful
build configuration / build_web02 (push) Successful in 1m8s
build configuration / build_vault01 (push) Successful in 1m9s
build configuration / build_rescue01 (push) Successful in 1m8s
build configuration / build_storage01 (push) Successful in 1m13s
lint / check (push) Successful in 24s
build configuration / build_web01 (push) Successful in 1m35s
build configuration / build_compute01 (push) Successful in 2m38s

This commit is contained in:
Tom Hubrecht 2024-03-08 11:54:59 +01:00
parent 2ade516d48
commit 2a388f53ac
4 changed files with 17 additions and 4 deletions

View file

@ -10,6 +10,7 @@ lib.extra.mkConfig {
enabledServices = [ enabledServices = [
# List of services to enable # List of services to enable
"arkheon"
"ds-fr" "ds-fr"
"grafana" "grafana"
"hedgedoc" "hedgedoc"

View file

@ -1,11 +1,23 @@
{ config, sources, ... }: { config, sources, ... }:
{ {
nixpkgs.overlays = [ (import (sources.arkheon.outPath + "/overlays.nix")) ]; nixpkgs.overlays = [ (import (sources.arkheon.outPath + "/overlay.nix")) ];
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 = {

View file

@ -22,9 +22,9 @@
"repo": "arkheon" "repo": "arkheon"
}, },
"branch": "main", "branch": "main",
"revision": "6a3f25752d44c911569727e9d7f6c81c4c1e2b78", "revision": "a75356f4d0c569da30698874dd07b29cd59d7d7d",
"url": "https://github.com/RaitoBezarius/arkheon/archive/6a3f25752d44c911569727e9d7f6c81c4c1e2b78.tar.gz", "url": "https://github.com/RaitoBezarius/arkheon/archive/a75356f4d0c569da30698874dd07b29cd59d7d7d.tar.gz",
"hash": "1wpvc5j1rwwwpv3vy6lfmc7xd6rhpqz4wr441ala4dizpial1sqv" "hash": "10xvhfhji67i0c0vcvgsx2yrdwrf6sp71vhjdwnrbxmaqv0dz94f"
}, },
"attic": { "attic": {
"type": "Git", "type": "Git",