From ccbd359a8f9089a1e7a9566fdca62e26a2bb447c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 27 Dec 2022 01:21:34 -0600 Subject: flake: enforce nixpkgs-fmt --- sys/auth.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/auth.nix') diff --git a/sys/auth.nix b/sys/auth.nix index e6e156d..e85543e 100644 --- a/sys/auth.nix +++ b/sys/auth.nix @@ -1,7 +1,8 @@ { lib, config, ... }: with lib; let cfg = config.local; -in { +in +{ config = { security.pam = { oath = { -- cgit v1.2.3