WIP: loki recovery
This commit is contained in:
parent
c7b4aed8c6
commit
3108562c8c
1 changed files with 14 additions and 14 deletions
|
|
@ -203,20 +203,20 @@ with lib; {
|
||||||
# jellyfin.extraGroups = [ "video" ];
|
# jellyfin.extraGroups = [ "video" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.snapper = {
|
# services.snapper = {
|
||||||
configs =
|
# configs =
|
||||||
let
|
# let
|
||||||
common = {
|
# common = {
|
||||||
TIMELINE_CREATE = true;
|
# TIMELINE_CREATE = true;
|
||||||
TIMELINE_CLEANUP = true;
|
# TIMELINE_CLEANUP = true;
|
||||||
};
|
# };
|
||||||
in
|
# in
|
||||||
{
|
# {
|
||||||
bertof = recursiveUpdate common { SUBVOLUME = "/home/bertof/"; ALLOW_USERS = [ "bertof" ]; };
|
# bertof = recursiveUpdate common { SUBVOLUME = "/home/bertof/"; ALLOW_USERS = [ "bertof" ]; };
|
||||||
tiziano = recursiveUpdate common { SUBVOLUME = "/home/tiziano/"; ALLOW_USERS = [ "tiziano" ]; };
|
# tiziano = recursiveUpdate common { SUBVOLUME = "/home/tiziano/"; ALLOW_USERS = [ "tiziano" ]; };
|
||||||
condiviso = recursiveUpdate common { SUBVOLUME = "/mnt/condiviso"; ALLOW_USERS = [ "bertof" "tiziano" ]; };
|
# condiviso = recursiveUpdate common { SUBVOLUME = "/mnt/condiviso"; ALLOW_USERS = [ "bertof" "tiziano" ]; };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue