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; };
|
||||
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
|
||||
|
||||
@ -15,7 +15,7 @@ in
|
||||
image = "binwiederhier/ntfy:latest";
|
||||
|
||||
ports = [
|
||||
"127.0.0.1:10000:80"
|
||||
"0.0.0.0:10000:80"
|
||||
];
|
||||
|
||||
volumes = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user