aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 15 insertions, 0 deletions
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 = [