+homarr
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./homarr.nix
|
||||
];
|
||||
}
|
||||
|
11
hosts/m3-helios/services/containers/homarr.nix
Normal file
11
hosts/m3-helios/services/containers/homarr.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
virtualisation.oci-containers.containers."homarr" = {
|
||||
image = "ghcr.io/ajnart/homarr:latest";
|
||||
ports = ["7575:7575"];
|
||||
volumes = [
|
||||
"homarr-configs:/app/public/config"
|
||||
"homarr-icons:/app/public/icons"
|
||||
"homarr-data:/data"
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user