Skip to content

Commit 6d012fe

Browse files
committed
two factor config by default
1 parent c168a16 commit 6d012fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/nixos/gateway.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ in
121121
access_control = {
122122
default_policy = "deny";
123123
rules = [
124-
{
125-
domain = "auth.kclj.io";
126-
policy = "one_factor";
127-
}
128124
{
129125
domain = "*.kclj.io";
130126
policy = "two_factor";

0 commit comments

Comments
 (0)