forked from CCCHH/nix-infra
Configure Uptime-Kuma host
This commit is contained in:
parent
35e5fbc8a2
commit
028b5dc9e8
7 changed files with 216 additions and 0 deletions
10
config/hosts/status/default.nix
Normal file
10
config/hosts/status/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./networking.nix
|
||||
./nginx.nix
|
||||
./uptime-kuma.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue