From ae4e125cce9539f60c47dabeced9634be0e5d613 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 3 Apr 2018 22:24:26 +0200 Subject: [PATCH] Persistence certificats ACME --- hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index e03f98b..2c95ea3 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -67,6 +67,12 @@ fsType = "zfs"; }; + fileSystems."/var/lib/acme" = + { device = "loutrepool/var/acme"; + fsType = "zfs"; + }; + + swapDevices = [ ]; nix.maxJobs = lib.mkDefault 4;