From 66697c2ff8312fbc1c8a454f4f7d37a30bfb2ac6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:41:32 +0400 Subject: [PATCH] forgot the bracket --- hosts/sakoserver/configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/sakoserver/configuration.nix b/hosts/sakoserver/configuration.nix index 37e7c6fe..ab74d804 100644 --- a/hosts/sakoserver/configuration.nix +++ b/hosts/sakoserver/configuration.nix @@ -25,8 +25,5 @@ }; }; - void = { - server = { - isServer = true; - }; - }; + void = { server = { isServer = true; }; }; +}