diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-05-21 21:39:31 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-05-21 21:39:31 -0700 |
| commit | 86607cc679f76c74fc5b31e58d473210634e9d3d (patch) | |
| tree | 6b339f85a8667214e982346f000e07a0519cf51d /flake.nix | |
| parent | c4157b439b4705becf48314fea6139da8a495354 (diff) | |
| download | nix-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 | |
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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 = [ |
