Btrbk: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny Add workaround for NOPASSWD in NixOS 23.11 |
||
Line 61: | Line 61: | ||
users = [ "btrbk" ]; | users = [ "btrbk" ]; | ||
}]; | }]; | ||
extraConfig = with pkgs; '' | |||
Defaults:picloud secure_path="${lib.makeBinPath [ | |||
btrfs-progs coreutils-full | |||
]}:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin" | |||
''; | |||
}; | }; | ||