Remove escaping

This commit is contained in:
Torjus Håkestad 2024-06-02 23:23:09 +02:00
parent af496e418e
commit 012f28eb1e

View File

@ -1,7 +1,7 @@
{ lib, config, pkgs, utils, ... }:
let
cfg = config.backup-helper;
escaped-path = utils.escapeSystemdPath "/etc/machine-id";
escaped-path = "/etc/machine-id";
restic-wrapper = pkgs.writeShellApplication {
name = "restic-wrapper";
runtimeInputs = [