From 1f30fc968be820bcd1425aedf8614b1166d9dad1 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 14 Oct 2025 14:25:11 +0300 Subject: [PATCH] lets see ts --- darwinHosts/prometheus/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/darwinHosts/prometheus/configuration.nix b/darwinHosts/prometheus/configuration.nix index 6722618..3261001 100644 --- a/darwinHosts/prometheus/configuration.nix +++ b/darwinHosts/prometheus/configuration.nix @@ -28,7 +28,7 @@ enableGhostty = false; }; }; - + services.tailscale = { enable = true; }; @@ -70,14 +70,14 @@ nix.registry = { self.flake = inputs.self; - # nixpkgs.flake = inputs.nixpkgs; - nixpkgs = { - from = { type = "indirect"; id = "nixpkgs"; }; - to = { - path = inputs.nixpkgs.outPath; - type = "path"; - }; - }; + nixpkgs.flake = inputs.nixpkgs; + # nixpkgs = { + # from = { type = "indirect"; id = "nixpkgs"; }; + # to = { + # path = inputs.nixpkgs.outPath; + # type = "path"; + # }; + # }; # Commented out because i want to make sure it works if i switch a system # to another nixpkgs with a different flake input name