From be48f29f9ce4af8db9c2448bab6cd60051eb13be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 13 Aug 2023 14:00:18 +0200 Subject: nixos/autounlock: fix deprecated type --- nixos/modules/autounlock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/autounlock.nix') diff --git a/nixos/modules/autounlock.nix b/nixos/modules/autounlock.nix index 7f7c24e..244dcb4 100644 --- a/nixos/modules/autounlock.nix +++ b/nixos/modules/autounlock.nix @@ -9,7 +9,7 @@ with lib; let in { options = { cynerd.autounlock = mkOption { - type = with types; attrsOf string; + type = with types; attrsOf str; default = {}; description = "Devices to be auto-unlocked."; }; -- cgit v1.2.3