2 Commits

Author SHA1 Message Date
Danilo Reyes
ef20380003 ryot upgrade to 6.0 2026-01-23 13:29:48 -06:00
Danilo Reyes
f3ae6163d0 derek configs 2026-01-23 13:29:41 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -53,8 +53,8 @@ in
bottles
vscode
nextcloud-client
firefox
warp
handbrake
;
};
extraGroups = [

View File

@@ -12,7 +12,7 @@ in
config = lib.mkIf (cfg.enable && config.my.servers.postgres.enable && config.my.secureHost) {
sops.secrets.ryot.sopsFile = ../../secrets/env.yaml;
virtualisation.oci-containers.containers.ryot = {
image = "ghcr.io/ignisda/ryot:v9.5.0";
image = "ghcr.io/ignisda/ryot:v9.6.0";
ports = [ "${toString cfg.port}:8000" ];
environmentFiles = [ config.sops.secrets.ryot.path ];
environment = {