move ntfy to titan
This commit is contained in:
parent
8079585c06
commit
0a2eebfabc
6 changed files with 9 additions and 10 deletions
|
@ -18,8 +18,8 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs-borg.url = "github:cything/nixpkgs/borg";
|
nixpkgs-borg.url = "github:cything/nixpkgs/borg"; # unmerged PR
|
||||||
nixpkgs-btrbk.url = "github:cything/nixpkgs/btrbk";
|
nixpkgs-btrbk.url = "github:cything/nixpkgs/btrbk"; # unmerged PR
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
@ -78,8 +78,7 @@
|
||||||
programs.nixfmt.enable = true;
|
programs.nixfmt.enable = true;
|
||||||
programs.stylua.enable = true;
|
programs.stylua.enable = true;
|
||||||
programs.yamlfmt.enable = true;
|
programs.yamlfmt.enable = true;
|
||||||
# sops does its own formatting
|
settings.formatter.yamlfmt.excludes = [ "secrets/*" ]; # sops does its own formatting
|
||||||
settings.formatter.yamlfmt.excludes = [ "secrets/*" ];
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
|
|
|
@ -41,11 +41,6 @@ dns.cything.io {
|
||||||
reverse_proxy localhost:8082
|
reverse_proxy localhost:8082
|
||||||
}
|
}
|
||||||
|
|
||||||
ntfy.cything.io {
|
|
||||||
import common
|
|
||||||
reverse_proxy localhost:8083
|
|
||||||
}
|
|
||||||
|
|
||||||
pad.cything.io {
|
pad.cything.io {
|
||||||
import common
|
import common
|
||||||
reverse_proxy localhost:8085
|
reverse_proxy localhost:8085
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
./adguard.nix
|
./adguard.nix
|
||||||
./hedgedoc.nix
|
./hedgedoc.nix
|
||||||
./miniflux.nix
|
./miniflux.nix
|
||||||
./ntfy.nix
|
|
||||||
./redlib.nix
|
./redlib.nix
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
|
|
|
@ -25,3 +25,8 @@ www.cything.io {
|
||||||
import common
|
import common
|
||||||
redir https://cything.io{uri} permanent
|
redir https://cything.io{uri} permanent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ntfy.cything.io {
|
||||||
|
import common
|
||||||
|
reverse_proxy localhost:8083
|
||||||
|
}
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./ghost.nix
|
./ghost.nix
|
||||||
|
./ntfy.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||||
|
|
Loading…
Add table
Reference in a new issue