From 5f4239e1b9f6138d5693c6604f27d245aa16bab1 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Thu, 13 Jun 2024 05:20:51 -0400 Subject: [PATCH] nix fmt --- nixos/workstation/floki/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/workstation/floki/default.nix b/nixos/workstation/floki/default.nix index 872b21c..df27fc7 100644 --- a/nixos/workstation/floki/default.nix +++ b/nixos/workstation/floki/default.nix @@ -107,7 +107,7 @@ security.pam.services.login.fprintAuth = true; # similarly to how other distributions handle the fingerprinting login - security.pam.services.gdm-fingerprint = lib.mkIf (config.services.fprintd.enable) { + security.pam.services.gdm-fingerprint = lib.mkIf config.services.fprintd.enable { text = '' auth required pam_shells.so auth requisite pam_nologin.so