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 = {
|
containers.uptime-kuma = {
|
||||||
nixpkgs = nixpkgs-unstable;
|
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
config = { ... }: {
|
config = { ... }: {
|
||||||
networking.useHostResolvConf = true;
|
networking.useHostResolvConf = true;
|
||||||
|
|
Loading…
Reference in a new issue