feat: allow for access to ec without sudo (probably a really bad idea :p)

This commit is contained in:
Ahwx 2025-05-09 02:36:42 +02:00
parent 93a45636e7
commit a9bad28ba6

View file

@ -19,6 +19,10 @@
command = "/etc/profiles/per-user/liv/bin/systemctl";
options = [ "NOPASSWD" ];
}
{
command = "/home/liv/.local/src/framework-system/target/debug/framework_tool";
options = [ "NOPASSWD" ];
}
];
}
];