My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[marvin] fix booklore image name

dish bd9417a7 24b708e0

+1 -2
+1 -2
hosts/marvin/services/booklore.nix
··· 21 21 in 22 22 { 23 23 virtualisation.oci-containers.containers.booklore-server = { 24 - image = "dishnet-booklore:${self'.packages.booklore-image.imageTag}"; 24 + image = "booklore-dishnet:${self'.packages.booklore-image.imageTag}"; 25 25 imageStream = self'.packages.booklore-image; 26 26 ports = [ "${toString d.port}:${toString d.port}" ]; 27 27 volumes = [ ··· 38 38 DATABASE_USERNAME = "booklore"; 39 39 DATABASE_URL = "jdbc:mariadb://localhost:3306/booklore"; 40 40 }; 41 - networks = [ "host" ]; 42 41 }; 43 42 44 43 systemd.tmpfiles.settings = {