From 58b5c969fddfabfa01c890347cd55aff79f6d6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 21 Sep 2023 20:04:16 +0300 Subject: [PATCH] vno3-rp3b: snapshot /data/shared --- hosts/vno3-rp3b/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/vno3-rp3b/configuration.nix b/hosts/vno3-rp3b/configuration.nix index d964e8b..9700a1e 100644 --- a/hosts/vno3-rp3b/configuration.nix +++ b/hosts/vno3-rp3b/configuration.nix @@ -57,6 +57,11 @@ enable = true; email = "motiejus+alerts@jakstys.lt"; }; + + snapshot = { + enable = true; + mountpoints = ["/data/shared"]; + }; }; services = {