diff --git a/home-server/libation/.gitignore b/home-server/libation/.gitignore new file mode 100644 index 0000000..adbb97d --- /dev/null +++ b/home-server/libation/.gitignore @@ -0,0 +1 @@ +data/ \ No newline at end of file diff --git a/home-server/libation/docker-compose.yml b/home-server/libation/docker-compose.yml new file mode 100644 index 0000000..1878423 --- /dev/null +++ b/home-server/libation/docker-compose.yml @@ -0,0 +1,10 @@ +version: "3.8" + +services: + libation: + image: rmcrackan/libation:latest + container_name: libation + restart: always + volumes: + - /data/config:/config + - /data/books:/data \ No newline at end of file diff --git a/nix/alex-desktop.nix b/nix/alex-desktop.nix index 436f06e..ee2a699 100644 --- a/nix/alex-desktop.nix +++ b/nix/alex-desktop.nix @@ -89,6 +89,7 @@ libguestfs-with-appliance iperf mangohud + mlocate wineWowPackages.stable