traffic dns fix

This commit is contained in:
m3tam3re
2025-02-20 15:47:16 +01:00
parent 25b1fa76d7
commit 74d4940e27
9 changed files with 32 additions and 7 deletions

View File

@ -63,7 +63,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [neovim git];
environment.systemPackages = with pkgs; [neovim git n8n];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.