feat: Added discord and slack to linux

This commit is contained in:
uttarayan21
2025-05-14 23:14:17 +05:30
parent 46cc0bc90c
commit e9134e928a
6 changed files with 41 additions and 6 deletions

View File

@@ -102,8 +102,11 @@
];
boot.extraModulePackages = [];
# services.udev.packages = [pkgs.yubikey-personalization pkgs.yubikey-personalization-gui pkgs.via];
services.udev.packages = [pkgs.via];
services.yubikey-agent.enable = true;
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = 1;
# services.udev.packages = [pkgs.via];
# services.yubikey-agent.enable = true;
services.udev.extraRules = ''
KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660"
'';