From 3108562c8c0a252c6b6430ca2006d73c4e5a2c53 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 5 Dec 2023 22:50:48 +0100 Subject: [PATCH] WIP: loki recovery --- instances/loki/configuration.nix | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/instances/loki/configuration.nix b/instances/loki/configuration.nix index f5bc053..8b8ac2a 100644 --- a/instances/loki/configuration.nix +++ b/instances/loki/configuration.nix @@ -203,20 +203,20 @@ with lib; { # jellyfin.extraGroups = [ "video" ]; }; - services.snapper = { - configs = - let - common = { - TIMELINE_CREATE = true; - TIMELINE_CLEANUP = true; - }; - in - { - bertof = recursiveUpdate common { SUBVOLUME = "/home/bertof/"; ALLOW_USERS = [ "bertof" ]; }; - tiziano = recursiveUpdate common { SUBVOLUME = "/home/tiziano/"; ALLOW_USERS = [ "tiziano" ]; }; - condiviso = recursiveUpdate common { SUBVOLUME = "/mnt/condiviso"; ALLOW_USERS = [ "bertof" "tiziano" ]; }; - }; - }; + # services.snapper = { + # configs = + # let + # common = { + # TIMELINE_CREATE = true; + # TIMELINE_CLEANUP = true; + # }; + # in + # { + # bertof = recursiveUpdate common { SUBVOLUME = "/home/bertof/"; ALLOW_USERS = [ "bertof" ]; }; + # tiziano = recursiveUpdate common { SUBVOLUME = "/home/tiziano/"; ALLOW_USERS = [ "tiziano" ]; }; + # condiviso = recursiveUpdate common { SUBVOLUME = "/mnt/condiviso"; ALLOW_USERS = [ "bertof" "tiziano" ]; }; + # }; + # }; networking.firewall = { enable = true;