nix-bitcoin/runAsUserCmd: remove workaround
This commit is contained in:
parent
00cceca861
commit
8d476cfeaf
1 changed files with 1 additions and 2 deletions
|
|
@ -39,8 +39,7 @@ with lib;
|
|||
runAsUserCmd = mkOption {
|
||||
readOnly = true;
|
||||
default = if config.security.doas.enable
|
||||
# TODO-EXTERNAL: Use absolute path until https://github.com/NixOS/nixpkgs/pull/133622 is available.
|
||||
then "/run/wrappers/bin/doas -u"
|
||||
then "doas -u"
|
||||
else "sudo -u";
|
||||
defaultText = "(See source)";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue