add sudo-rf
This commit is contained in:
parent
18b3e0efa4
commit
15677e4eb8
1 changed files with 3 additions and 0 deletions
|
@ -50,8 +50,11 @@
|
||||||
networking.hostName = "greynix"; # Define your hostname.
|
networking.hostName = "greynix"; # Define your hostname.
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
# Sudo options
|
||||||
# Disable sudo password for the wheel group
|
# Disable sudo password for the wheel group
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
# Enable sudo-rs for better security (memory safe, written in Rust).
|
||||||
|
security.sudo-rs.enable = true;
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Asia/Taipei";
|
time.timeZone = "Asia/Taipei";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue