mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-09 15:13:08 +00:00
~
This commit is contained in:
parent
1739b89ea3
commit
a1adbd9e02
6 changed files with 68 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
# Auto-generated using compose2nix v0.3.1.
|
||||
{ pkgs, lib, ... }: {
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Runtime
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
@ -11,6 +13,7 @@
|
|||
virtualisation.oci-containers.containers."homepage" = {
|
||||
image = "ghcr.io/gethomepage/homepage:latest";
|
||||
volumes = [
|
||||
"/home/rae/.dotfiles/assets/wallpapers:/app/public/images:rw"
|
||||
"/home/rae/.dotfiles/configs/homepage:/app/config:rw"
|
||||
"/var/run/docker.sock:/var/run/docker.sock:rw"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue