From 27ee3feee6db083f778d1fb30eab220e224e6f27 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 6 Feb 2023 22:01:01 +0800 Subject: [PATCH] hosts/plover: remove extra config for Atuin service --- hosts/plover/modules/services/atuin.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/plover/modules/services/atuin.nix b/hosts/plover/modules/services/atuin.nix index e7a26d4e..48cdc9bc 100644 --- a/hosts/plover/modules/services/atuin.nix +++ b/hosts/plover/modules/services/atuin.nix @@ -13,7 +13,6 @@ in # Atuin sync server because why not. services.atuin = { enable = true; - openFirewall = true; openRegistration = false; inherit host;