diff --git a/flake.nix b/flake.nix index c5ada02..426fba2 100644 --- a/flake.nix +++ b/flake.nix @@ -130,25 +130,6 @@ homeModules.default = import ./modules/home; nixosModules.default = import ./modules/nixos; - #TODO put home-manager in dtcommon - # nixosConfigurations.prospero = nixpkgs.lib.nixosSystem { - # system = "x86_64-linux"; - # modules = [ - # ./all.nix - # home-manager.nixosModules.home-manager - # ./dt-common.nix - # ./prospero/configuration.nix - # ]; - # }; - # nixosConfigurations.uruk = nixpkgs.lib.nixosSystem { - # system = "x86_64-linux"; - # modules = [ - # ./all.nix - # home-manager.nixosModules.home-manager - # ./dt-common.nix - # ./uruk/configuration.nix - # ]; - # }; }; systems = ["x86_64-linux" "aarch64-linux"]; };