Add valkyrie host
This commit is contained in:
parent
f3385b48a2
commit
34b8dcef9c
12 changed files with 211 additions and 26 deletions
14
config/hosts/valkyrie/containers/uptime-kuma/default.nix
Normal file
14
config/hosts/valkyrie/containers/uptime-kuma/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ nixpkgs-unstable, ... }:
|
||||
{
|
||||
containers.uptime-kuma = {
|
||||
nixpkgs = nixpkgs-unstable;
|
||||
autoStart = true;
|
||||
config = { ... }: {
|
||||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue