summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/flake.nix b/flake.nix
index cb263be..c27a8ca 100644
--- a/flake.nix
+++ b/flake.nix
@@ -89,24 +89,6 @@
];
};
- microwave = nixpkgs-unstable.lib.nixosSystem {
- system = "x86_64-linux";
- specialArgs = { inherit inputs; };
- modules = [
- sops-nix.nixosModules.sops
-
- ./hosts/microwave
-
- ./modules/basic-tools
- ./modules/binary-caches.nix
- ./modules/devtools.nix
- ./modules/gnupg.nix
- ./modules/sway.nix
- ./modules/hw-accel-intel.nix
- ./modules/tlp.nix
- ];
- };
-
cirrus = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };