isengard: ntfy listen 0.0.0.0

This commit is contained in:
Victor Ișan 2026-02-19 17:11:36 +01:00
parent d93a98a952
commit 3b58f2e88f
2 changed files with 2 additions and 3 deletions

View File

@ -25,15 +25,14 @@
specialArgs = { inherit release myUser disko; };
modules = [
./hosts/isengard.nix
./modules/base.nix
];
};
palantir = lib.nixosSystem {
inherit system;
specialArgs = { inherit release myUser disko; };
modules = [
./hosts/palantir.nix
./modules/base.nix
./hosts/palantir.nix
home-manager.nixosModules.home-manager
./modules/home.nix

View File

@ -15,7 +15,7 @@ in
image = "binwiederhier/ntfy:latest";
ports = [
"127.0.0.1:10000:80"
"0.0.0.0:10000:80"
];
volumes = [