Skip to content

Commit

Permalink
Make timeshift-autosnap configurable (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi authored Oct 2, 2022
1 parent 29cb084 commit 4a2d91e
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 268 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ install-githooks:
cp git-hooks/pre-commit .git/hooks/pre-commit

build-docker-tools:
docker build -q -t $(DOCKER_IMAGE) .
@echo "Building container....."
@docker build -q -t $(DOCKER_IMAGE) .

yaml-to-json: build-docker-tools
docker run --rm -it -u $$UID -v $$PWD:$$PWD -w $$PWD $(DOCKER_IMAGE) js-yaml config/default.yaml.tpl
Expand Down
4 changes: 3 additions & 1 deletion config/default.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ system:
kernel: standard # standard|lts|zen
timezone: Europe/Rome
timeshift:
maxSnapshots: 10
autosnap:
enabled: true
maxSnapshots: 10
bluetooth:
controllerMode: dual
desktop:
Expand Down
Loading

0 comments on commit 4a2d91e

Please sign in to comment.