config

NixOS config
Log | Files | Refs | README | LICENSE

commit 58b5c969fddfabfa01c890347cd55aff79f6d6cd (tree)
parent 07e61adc1e1349370df6f58d8d66366224dfc4e1
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu, 21 Sep 2023 20:04:16 +0300

vno3-rp3b: snapshot /data/shared

Diffstat:
Mhosts/vno3-rp3b/configuration.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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 = {