modules/darwin/common: disable alf

This commit is contained in:
zowoq 2023-07-31 14:39:08 +10:00
parent 1a1955404f
commit 44575c5c53

View file

@ -47,6 +47,9 @@
htop
];
# disable application layer firewall, telegraf needs an incoming connection
system.defaults.alf.globalstate = 0;
# srvos
services.openssh.authorizedKeysFiles = pkgs.lib.mkForce [ "/etc/ssh/authorized_keys.d/%u" ];