[NixOS] More disables

This commit is contained in:
2024-12-29 14:09:50 -07:00
parent fe710dac80
commit a1b5f3838d
4 changed files with 183 additions and 26 deletions

View File

@@ -1,5 +1,6 @@
{ pkgs, ... }:
{
# TODO: reenable
# security.pam.sshAgentAuth.enable = true;
services.avahi = {
enable = true;