mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
thinkpad: use sudo-rs instead of sudo
This commit is contained in:
parent
41d35b3cc9
commit
e315b81cda
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
age.identityPaths = [ "/nix/persist/system/etc/ssh/ssh_host_ed25519_key" ];
|
||||
security = {
|
||||
sudo.enable = false;
|
||||
sudo-rs.enable = true;
|
||||
polkit.enable = true;
|
||||
tpm2 = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue