nixos-prebuild: disable

This commit is contained in:
Colin 2023-12-19 01:58:59 +00:00
parent e4123759f5
commit 68ae723543

View File

@ -1,4 +1,6 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
lib.optionalAttrs false # disabled until i can be sure it's not gonna OOM my server in the middle of the night
{
systemd.services.nixos-prebuild = {
description = "build a nixos image with all updated deps";