add userspace tools and passwdless sudo

This commit is contained in:
2025-11-07 15:05:42 -06:00
parent 1655c0a867
commit 7ef99c8dd1
3 changed files with 10 additions and 2 deletions

View File

@@ -91,6 +91,10 @@
command = "/run/current-system/sw/bin/tailscale";
options = ["NOPASSWD"];
}
{
command = "/etc/profiles/per-user/blake/bin/nh";
options = ["NOPASSWD"];
}
];
}
];