Remove escaping
This commit is contained in:
parent
af496e418e
commit
012f28eb1e
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user