From 6db578d3850823bdec915eff03e0bd0dcdee6b99 Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 16 Jun 2025 12:37:11 +0200 Subject: [PATCH] Fix syntax --- git_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_system.nix b/git_system.nix index 0ead6bf..14d4221 100644 --- a/git_system.nix +++ b/git_system.nix @@ -88,7 +88,7 @@ in Type = oneshot; ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom"; } - } + }; openssh = { ports = [ 62 ];