remove unused systems
This commit is contained in:
parent
8ec2869c39
commit
193c8c1e4f
1 changed files with 0 additions and 18 deletions
18
flake.nix
18
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 {
|
cirrus = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue