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