Commit cd5442f0d079

Vincent Demeester <vincent@sbr.pm>
2025-11-05 14:59:59
flake.nix: fix missing ;
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f825c8f
Changed files (1)
flake.nix
@@ -111,12 +111,12 @@
           pkgsInput = inputs.nixpkgs-25_05;
           homeInput = inputs.home-manager-25_05;
         };
-				rhea = libx.mkHost {
-					hostname = "rhea";
+        rhea = libx.mkHost {
+          hostname = "rhea";
           system = "aarch64-linux";
           pkgsInput = inputs.nixpkgs-25_05;
           homeInput = inputs.home-manager-25_05;
-				}
+        };
         # nagoya = libx.mkRPIHost {
         #   hostname = "nagoya";
         #   hardwareType = "rpi4"; # to disable tpm2 TODO find a better way