From 86607cc679f76c74fc5b31e58d473210634e9d3d Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 21 May 2026 21:39:31 -0700 Subject: Remove prometheus --- flake.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 659469f..a2ed682 100644 --- a/flake.nix +++ b/flake.nix @@ -356,21 +356,6 @@ ]; }; - prometheus = nixpkgs.lib.nixosSystem { - specialArgs = { inherit inputs outputs; }; - modules = [ - disko.nixosModules.disko - ./hosts/prometheus - home-manager.nixosModules.home-manager { - #home-manager.sharedModules = [ sops-nix.homeManagerModules.sops ]; - home-manager.users.root = import ./home/root/prometheus.nix; - home-manager.users.nipsy = import ./home/nipsy/prometheus.nix; - home-manager.users.trent = import ./home/trent/prometheus.nix; - } - #sops-nix.nixosModules.sops - ]; - }; - richese = nixpkgs.lib.nixosSystem rec { specialArgs = { inherit inputs outputs; }; modules = [ -- cgit v1.3.1