From a84f2f8e374b7356fe26043f3a137ca8094a6edb Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Tue, 11 Jan 2022 12:32:52 +0100 Subject: [PATCH] b --- systems/vpn/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/systems/vpn/configuration.nix b/systems/vpn/configuration.nix index ef95bf4..04e4912 100644 --- a/systems/vpn/configuration.nix +++ b/systems/vpn/configuration.nix @@ -9,10 +9,10 @@ ./modules/borg.nix ]; - services.ceph = { - osd.enable = true; - osd.daemons = [ "1" ]; - }; + #services.ceph = { + # osd.enable = true; + # osd.daemons = [ "1" ]; + #}; documentation.enable = false;