Use stable nixpkgs for valkyrie uptime-kuma container

This commit is contained in:
fi 2025-01-21 19:13:45 +01:00
parent a709d4d7c3
commit 893e948954

View file

@ -1,7 +1,6 @@
{ nixpkgs-unstable, ... }:
{ ... }:
{
containers.uptime-kuma = {
nixpkgs = nixpkgs-unstable;
autoStart = true;
config = { ... }: {
networking.useHostResolvConf = true;