diff --git a/flake.nix b/flake.nix index 7e1ced8..73744a9 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,18 @@ ]; }; + "edi" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + # Add Disko for disk management + disko.nixosModules.disko + ./disko-config.nix + ./edi.nix + ./configuration.nix + ./hardware-configuration.nix + ]; + }; + "garrus" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; };