test
Some checks failed
ssh-test / ssh-test (push) Failing after 26s

This commit is contained in:
iFargle 2023-12-09 22:44:51 +09:00
parent 679aae201c
commit 6d10faaf92

View file

@ -74,7 +74,7 @@
# Physical
framework-server = libx.deploy { hostname = "framework-server"; };
# nixos-desktop = libx.deploy { hostname = "nixos-desktop"; };
nixos-framework = libx.deploy { hostname = "nixos-framework "; };
nixos-framework = libx.deploy { hostname = "nixos-framework"; };
nixos-rpi4-01 = libx.deploy { hostname = "nixos-rpi4-01"; platform = "aarch64-linux"; };
nixos-rpi4-02 = libx.deploy { hostname = "nixos-rpi4-02"; platform = "aarch64-linux"; };
nixos-rpi4-03 = libx.deploy { hostname = "nixos-rpi4-03"; platform = "aarch64-linux"; };