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

This commit is contained in:
iFargle 2023-12-11 13:16:55 +09:00
parent 73e306fee8
commit 0f3f3ec237

View file

@ -39,7 +39,7 @@
in { in {
nixosConfigurations = { nixosConfigurations = {
# Virtual # Virtual
osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; type = "small";}; osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; type = "small"; };
nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; }; nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; };
# Physical # Physical
framework-server = libx.mkHost { hostname = "framework-server"; }; framework-server = libx.mkHost { hostname = "framework-server"; };