diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
