This commit is contained in:
Vivian 2023-12-19 12:47:03 +01:00
parent 43f442f3b6
commit 9eaebcc4e0

View file

@ -53,7 +53,7 @@
'';
};
nixosModules.gnome-autounlock-keyring = { config }:
nixosModules.default = { config }:
with lib;
let cfg = config.services.gnome-autounlock-keyring;
in {