From 926314380b79c9efe9b31262660132de9d66c701 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 21 Oct 2025 16:11:47 +0300 Subject: [PATCH] wtf am i doing --- hosts/darwinHosts/prometheus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwinHosts/prometheus/configuration.nix b/hosts/darwinHosts/prometheus/configuration.nix index c9c2176..f57dbd3 100644 --- a/hosts/darwinHosts/prometheus/configuration.nix +++ b/hosts/darwinHosts/prometheus/configuration.nix @@ -20,7 +20,7 @@ verbose = true; backupFileExtension = "hmbak"; users.osbm = import ../../../modules/home-manager/default.nix { - inherit config pkgs; + inherit config pkgs lib; username = "osbm"; homeDirectory = "/Users/osbm"; stateVersion = "24.11";