isengard: ntfy listen 0.0.0.0
This commit is contained in:
parent
d93a98a952
commit
3b58f2e88f
@ -25,15 +25,14 @@
|
|||||||
specialArgs = { inherit release myUser disko; };
|
specialArgs = { inherit release myUser disko; };
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/isengard.nix
|
./hosts/isengard.nix
|
||||||
./modules/base.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
palantir = lib.nixosSystem {
|
palantir = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit release myUser disko; };
|
specialArgs = { inherit release myUser disko; };
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/palantir.nix
|
|
||||||
./modules/base.nix
|
./modules/base.nix
|
||||||
|
./hosts/palantir.nix
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
./modules/home.nix
|
./modules/home.nix
|
||||||
|
|||||||
@ -15,7 +15,7 @@ in
|
|||||||
image = "binwiederhier/ntfy:latest";
|
image = "binwiederhier/ntfy:latest";
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"127.0.0.1:10000:80"
|
"0.0.0.0:10000:80"
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user