mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01:00
fix(modules): rename homepage oci container to homepage
This commit is contained in:
parent
580a65beb8
commit
0d9f56dd07
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in {
|
|||
"f /var/lib/containers/homepage 0700 root root - - - exec cp -r ${homepageConfigDirectory}/* /var/lib/containers/homepage"
|
||||
];
|
||||
|
||||
virtualisation.oci-containers.containers.vaultwarden = {
|
||||
virtualisation.oci-containers.containers.homepage = {
|
||||
image = "ghcr.io/gethomepage/homepage:latest";
|
||||
autoStart = true;
|
||||
hostname = host;
|
||||
|
|
Loading…
Reference in a new issue