From 9c66e81dd98b83fc9501bbeda8b9f2bc1f41b133 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 14 Jan 2025 00:24:29 +0300 Subject: [PATCH] all time favorite semicolon error --- modules/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home.nix b/modules/home.nix index a303660..a2735aa 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -31,7 +31,7 @@ identityFile = "/home/osbm/.ssh/id_ed25519"; extraOptions = { "RemoteCommand" = "fish"; - } + }; }; "ymir" = { hostname = "192.168.0.2"; @@ -39,7 +39,7 @@ identityFile = "/home/osbm/.ssh/id_ed25519"; extraOptions = { "RemoteCommand" = "fish"; - } + }; }; }; };