From b8384454f57fb71259980e16387c432be864879f Mon Sep 17 00:00:00 2001 From: death916 Date: Mon, 12 May 2025 16:14:50 +0000 Subject: [PATCH] semicolon --- nixos/homelab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/homelab.nix b/nixos/homelab.nix index d8a3406..1dd4f4f 100644 --- a/nixos/homelab.nix +++ b/nixos/homelab.nix @@ -111,7 +111,7 @@ }; ml = { # enable machine learning - "enabled" = "yes"; + "enabled" = "no"; }; }; };