From 6b4ba1fa79b43b0fa4fcd2c58d4e94311f2775e4 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 12 Aug 2026 17:05:22 +0200 Subject: [PATCH] [initssh] linting --- machines/modules/malobeo/initssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/modules/malobeo/initssh.nix b/machines/modules/malobeo/initssh.nix index 8bd01c0..9f8ed40 100644 --- a/machines/modules/malobeo/initssh.nix +++ b/machines/modules/malobeo/initssh.nix @@ -58,7 +58,7 @@ in networkctl down wg-initrd ''; serviceConfig.Type = "oneshot"; - }; + }; }; network = { flushBeforeStage2 = true;