From cb07e0520b659dcda3f55bfe530948f855404fcd Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 15 Feb 2025 21:26:21 +0100 Subject: Move sol config --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index bb2e35c..8c0c90c 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ nixosConfigurations = { sol = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; - modules = [./nixos/configuration.nix]; + modules = [./hosts/sol/configuration.nix]; }; antares = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; -- cgit v1.2.3