feat: sudo dont require pw anymore

This commit is contained in:
Mohammad Rafiq 2025-03-27 00:40:16 +08:00
parent 78479b8e85
commit 6a7be4324e
No known key found for this signature in database

View file

@ -114,6 +114,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n rafiq"
];
};
security.sudo.wheelNeedsPassword = false;
nixpkgs.config.allowUnfree = true;
nix = {