Remove escaping
This commit is contained in:
parent
af496e418e
commit
012f28eb1e
@ -1,7 +1,7 @@
|
|||||||
{ lib, config, pkgs, utils, ... }:
|
{ lib, config, pkgs, utils, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.backup-helper;
|
cfg = config.backup-helper;
|
||||||
escaped-path = utils.escapeSystemdPath "/etc/machine-id";
|
escaped-path = "/etc/machine-id";
|
||||||
restic-wrapper = pkgs.writeShellApplication {
|
restic-wrapper = pkgs.writeShellApplication {
|
||||||
name = "restic-wrapper";
|
name = "restic-wrapper";
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user