From 22a21d6f62e0b60715e0463c7ee8d5adda1400e6 Mon Sep 17 00:00:00 2001 From: inexcode Date: Sat, 13 Aug 2022 03:41:25 +0400 Subject: [PATCH] semicolon --- api/api-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api-module.nix b/api/api-module.nix index e9524a1..28b0634 100644 --- a/api/api-module.nix +++ b/api/api-module.nix @@ -117,7 +117,7 @@ in Restart = "always"; RestartSec = "5"; }; - } + }; # One shot systemd service to rebuild NixOS using nixos-rebuild systemd.services.sp-nixos-rebuild = { description = "Upgrade NixOS using nixos-rebuild";