From 43f442f3b6e2d17d92a6beea940d649d7a5ba3d0 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 19 Dec 2023 12:33:50 +0100 Subject: [PATCH] fix module(?) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 486d57d..4012e82 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ ''; }; - nixosModules.default = { config }: + nixosModules.gnome-autounlock-keyring = { config }: with lib; let cfg = config.services.gnome-autounlock-keyring; in {