From 593a3c74754a057f193c776066d54255f40861e6 Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Fri, 10 Jul 2026 18:49:08 -0400 Subject: [PATCH] nix: fix comment typo Signed-off-by: Spenser Black --- nix/vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/vm.nix b/nix/vm.nix index cc55a636..044a2a9f 100644 --- a/nix/vm.nix +++ b/nix/vm.nix @@ -78,7 +78,7 @@ in # knotmirror { from = "host"; - host.port = 7007; # 7000 is deserved in macos for Airplay + host.port = 7007; # 7000 is reserved in macos for Airplay guest.port = 7000; } # knotmirror-tap -- 2.51.2