Configure Uptime-Kuma host
This commit is contained in:
parent
35e5fbc8a2
commit
028b5dc9e8
7 changed files with 216 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -224,6 +224,16 @@
|
|||
inherit pkgs-unstable;
|
||||
};
|
||||
};
|
||||
|
||||
status = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./config/common
|
||||
./config/proxmox-vm
|
||||
sops-nix.nixosModules.sops
|
||||
./config/hosts/status
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
packages.x86_64-linux = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue