modules/lock-action: add missed commit

This commit is contained in:
Aaron Bieber 2024-06-26 12:06:44 -06:00
parent e5309a709a
commit fe5e308fb9
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
{pkgs, lib, config, ...}:
{ pkgs, lib, config, ... }:
let
cfg = config.services.lock-action;
dbus-monitor = "${pkgs.dbus}/bin/dbus-monitor";
@ -21,8 +21,8 @@ let
esac
done
'';
in
'';
in
{
options = {
services.lock-action = {