From 22157eacdc8eae539427a7c0bd1afe8da3361f7b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:59:47 +0400 Subject: [PATCH] enable localsend for sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 8fe23298..5c438aee 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -49,6 +49,7 @@ transmission.enable = true; obs.enable = true; nextcloud.enable = true; + localsend.enable = true; }; game = { wine.enable = true;