Use stable nixpkgs for valkyrie uptime-kuma container
This commit is contained in:
parent
a709d4d7c3
commit
893e948954
|
@ -1,7 +1,6 @@
|
|||
{ nixpkgs-unstable, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
containers.uptime-kuma = {
|
||||
nixpkgs = nixpkgs-unstable;
|
||||
autoStart = true;
|
||||
config = { ... }: {
|
||||
networking.useHostResolvConf = true;
|
||||
|
|
Loading…
Reference in a new issue