modules/darwin/common: disable alf
This commit is contained in:
parent
1a1955404f
commit
44575c5c53
1 changed files with 3 additions and 0 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue