Compare commits
2 Commits
3aa1bb50d5
...
ef20380003
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef20380003 | ||
|
|
f3ae6163d0 |
@@ -53,8 +53,8 @@ in
|
||||
bottles
|
||||
vscode
|
||||
nextcloud-client
|
||||
firefox
|
||||
warp
|
||||
handbrake
|
||||
;
|
||||
};
|
||||
extraGroups = [
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user