aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-05-21 21:39:31 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-05-21 21:39:31 -0700
commit86607cc679f76c74fc5b31e58d473210634e9d3d (patch)
tree6b339f85a8667214e982346f000e07a0519cf51d /flake.nix
parentc4157b439b4705becf48314fea6139da8a495354 (diff)
downloadnix-86607cc679f76c74fc5b31e58d473210634e9d3d.tar
nix-86607cc679f76c74fc5b31e58d473210634e9d3d.tar.gz
nix-86607cc679f76c74fc5b31e58d473210634e9d3d.tar.bz2
nix-86607cc679f76c74fc5b31e58d473210634e9d3d.tar.lz
nix-86607cc679f76c74fc5b31e58d473210634e9d3d.tar.xz
nix-86607cc679f76c74fc5b31e58d473210634e9d3d.tar.zst
nix-86607cc679f76c74fc5b31e58d473210634e9d3d.zip
Remove prometheusHEADmaster
Diffstat (limited to '')
-rw-r--r--flake.nix15
1 files changed, 0 insertions, 15 deletions
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 = [