Commit 0f70f800c14e

Vincent Demeester <vincent@sbr.pm>
2025-07-17 12:03:07
systems/nagoya: small change for tpm2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4418b00
Changed files (2)
flake.nix
@@ -92,7 +92,7 @@
         };
         nagoya = libx.mkRPIHost {
           hostname = "nagoya";
-          # hardwareType = "rpi4";
+          hardwareType = "rpi4"; # to disable tpm2 TODO find a better way
         };
         sakhalin = libx.mkHost {
           hostname = "sakhalin";
Makefile
@@ -13,6 +13,8 @@ host/%/switch: FORCE
 	nixos-rebuild --target-host root@$*.sbr.pm --flake .#$* switch
 
 # TEMPORARY
+host/nagoya/boot:
+	nixos-rebuild --target-host root@192.168.1.80 --flake .#nagoya boot
 host/kobe/boot:
 	nixos-rebuild --target-host root@192.168.1.77 --flake .#kobe boot
 host/aix/boot: