diff --git a/machines/gustave/artiflakery.nix b/machines/gustave/artiflakery.nix index 54cee3f..1a8790c 100644 --- a/machines/gustave/artiflakery.nix +++ b/machines/gustave/artiflakery.nix @@ -10,6 +10,11 @@ forceSSL = true; enableACME = true; locations."/" = { + proxyWebsockets = true; + proxyPass = "http://localhost:8090"; + }; + locations."/ws" = { + proxyWebsockets = true; proxyPass = "http://localhost:8090"; }; }; @@ -100,9 +105,16 @@ flakeref = "git+ssh://forgejo@git.luj.fr/luj/assert-prez.git?ref=main"; access = [ "assert" + "phd" + "julien" + ]; + }; + "slides/2025/chains-april-workshop/" = { + flakeref = "git+ssh://forgejo@git.luj.fr/luj/chains-2025.git?ref=main"; + access = [ + "public" ]; }; - }; }; } diff --git a/machines/gustave/default.nix b/machines/gustave/default.nix index 25c3cc5..34e298e 100644 --- a/machines/gustave/default.nix +++ b/machines/gustave/default.nix @@ -19,7 +19,6 @@ ./glance.nix ./syncthing.nix ./artiflakery.nix - "${inputs.unstable}/nixos/modules/services/web-apps/readeck.nix" ]; users.users.julien.linger = true;