diff --git a/flake.nix b/flake.nix
index 394bb5b..58ecf52 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,6 +34,7 @@
            }
           ./hardware-configuration.nix
          ];
+      };
 
       "dev-one" = nixpkgs.lib.nixosSystem {
         system = "x86_64-linux";
@@ -54,6 +55,7 @@
            }
           ./hardware-configuration.nix
          ];
+      };
 
           ({config, pkgs, ...}: {
             nix = {