1
0
Fork 0

Add dependencys to testing unit

This commit is contained in:
Malte Brandy 2019-07-26 20:30:58 +02:00
parent 4c4a453f3f
commit 5c42e990c7

View file

@ -1,7 +1,8 @@
{ config, lib, ... }:
{ pkgs, config, lib, ... }:
{
systemd.services."test-and-bump-config" = {
startAt = "20:30";
path = [ pkgs.nix pkgs.gnutar pkgs.gzip ];
serviceConfig = {
Type = "oneshot";
WorkingDirectory = "/var/cache/gc-links";