From 7f73c9eee033fbc2febcdeb13d891439c8f792b8 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 21 May 2026 15:31:08 -0700 Subject: Add prometheus --- flake.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a2ed682..659469f 100644 --- a/flake.nix +++ b/flake.nix @@ -356,6 +356,21 @@ ]; }; + 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