From 90b1215a896f53c6de75cf8747466bb1c813dbca Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 17 Oct 2023 22:46:02 +0000 Subject: [PATCH] s/types.string/types.str/ --- hosts/modules/derived-secrets/default.nix | 2 +- modules/wowlan.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/modules/derived-secrets/default.nix b/hosts/modules/derived-secrets/default.nix index 2f018c72..5f5e271d 100644 --- a/hosts/modules/derived-secrets/default.nix +++ b/hosts/modules/derived-secrets/default.nix @@ -22,7 +22,7 @@ let type = types.enum [ "base64" ]; }; acl.mode = mkOption { - type = types.string; + type = types.str; default = "0600"; }; }; diff --git a/modules/wowlan.nix b/modules/wowlan.nix index 7163a680..f8934806 100644 --- a/modules/wowlan.nix +++ b/modules/wowlan.nix @@ -105,7 +105,7 @@ let ''; }; arp.destIp = mkOption { - type = types.nullOr types.string; + type = types.nullOr types.str; default = null; description = '' IP address being queried.