Merge pull request #100053 from markuskowa/upd-snapper

nixos/snapper: 0.8.12 -> 0.8.14
This commit is contained in:
markuskowa
2020-10-09 00:05:27 +02:00
committed by GitHub
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -121,6 +121,16 @@ in
services.dbus.packages = [ pkgs.snapper ];
systemd.services.snapperd = {
description = "DBus interface for snapper";
inherit documentation;
serviceConfig = {
Type = "dbus";
BusName = "org.opensuse.Snapper";
ExecStart = "${pkgs.snapper}/bin/snapperd";
};
};
systemd.services.snapper-timeline = {
description = "Timeline of Snapper Snapshots";
inherit documentation;