su: Permission denied
Allow switch to superuser account (root)..
# .idx/dev.nix
packages = [
pkgs.sudo
];
test-2596052:~/test$ sudo
sudo: /etc/sudo.conf is owned by uid 65534, should be 0
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
I get that error while using sudo installed from nix package
4
votes
Marlo Lapiz
shared this idea