From 521f39cebd1607ab187cd21ab01e0b2ba44a8276 Mon Sep 17 00:00:00 2001 From: dadada <dadada@dadada.li> Date: Sun, 14 Nov 2021 02:21:23 +0100 Subject: [PATCH] prevent warning while switching config --- nixos/gorgon/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/gorgon/configuration.nix b/nixos/gorgon/configuration.nix index 5f1c6b8..525ca37 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -44,7 +44,7 @@ in backupClient = { enable = true; bs = true; - gs = true; + gs = false; }; };