feat: pi-agent wrapper
This commit is contained in:
@@ -30,6 +30,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
security.sudo.extraRules = [
|
||||
{
|
||||
users = ["hermes"];
|
||||
commands = [
|
||||
{
|
||||
command = "/run/current-system/sw/bin/podman";
|
||||
options = ["NOPASSWD"];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
services.fstrim = {
|
||||
enable = true;
|
||||
interval = "weekly";
|
||||
|
||||
Reference in New Issue
Block a user