l bitcoin: remove stale user

This commit is contained in:
lassulus 2022-05-29 19:53:43 +02:00
parent 5aca4dde6c
commit 58c0c20beb

View File

@ -28,7 +28,6 @@ in {
};
};
security.sudo.extraConfig = ''
${mainUser.name} ALL=(bch) ALL
${mainUser.name} ALL=(bitcoin) ALL
${mainUser.name} ALL=(monero) ALL
'';