nixos-configs/devices/nos/modules/arion/hauk/compose.nix
matt1432 f277c78ac1
All checks were successful
Discord / discord commits (push) Has been skipped
refactor: rename nas to nos
2024-03-01 18:20:32 -05:00

9 lines
191 B
Nix

{...}: {
arion.projects."hauk"."hauk" = {
image = ./images/hauk.nix;
restart = "always";
ports = ["3003:80"];
volumes = ["${./config.php}:/etc/hauk/config.php:ro"];
};
}