changed backend to podman, don't make me regret it
This commit is contained in:
@@ -8,7 +8,6 @@ in {
|
||||
(config.my.servers.ryot.enable && config.my.servers.postgres.enable) {
|
||||
sops.secrets.ryot.sopsFile = ../../secrets/env.yaml;
|
||||
virtualisation.oci-containers = {
|
||||
backend = "docker";
|
||||
containers.ryot = {
|
||||
image = "ghcr.io/ignisda/ryot:latest";
|
||||
ports = [ "${toString port}:8000" ];
|
||||
|
||||
Reference in New Issue
Block a user