diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix
index 5d35368e..e7e412cb 100644
--- a/nixos/hosts/framework-server/default.nix
+++ b/nixos/hosts/framework-server/default.nix
@@ -35,8 +35,8 @@
     };
   };
 
-    # TODO:  Set a static IP when you can 
-    boot.kernelParams = [ "ip=dhcp" ];
+  # TODO:  Set a static IP when you can 
+  boot.kernelParams = [ "ip=dhcp" ];
 
   environment.systemPackages =  [
     inputs.deploy-rs.packages.${system}.deploy-rs