mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
e805c868a7
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
8 lines
155 B
Nix
8 lines
155 B
Nix
{config, ...}: {
|
|
services.usbguard = {
|
|
enable = true;
|
|
implicitPolicyTarget = "block";
|
|
IPCAllowedUsers = ["root" config.var.username];
|
|
};
|
|
}
|