mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: allow for access to ec without sudo (probably a really bad idea :p)
This commit is contained in:
parent
93a45636e7
commit
a9bad28ba6
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@
|
||||||
command = "/etc/profiles/per-user/liv/bin/systemctl";
|
command = "/etc/profiles/per-user/liv/bin/systemctl";
|
||||||
options = [ "NOPASSWD" ];
|
options = [ "NOPASSWD" ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
command = "/home/liv/.local/src/framework-system/target/debug/framework_tool";
|
||||||
|
options = [ "NOPASSWD" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue