network-manager

Manage and diagnose NixOS network configurations including WiFi, DNS, and firewalls.

113|21|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/bolivian-peru/os-moda --skill network-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-manager
Source: https://github.com/bolivian-peru/os-moda/tree/main/skills/network-manager
Command: npx skills add https://github.com/bolivian-peru/os-moda --skill network-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses challenges in managing and diagnosing network configurations, ensuring seamless connectivity for users and systems.

Core Features & Use Cases

  • Network Configuration: Declaratively manage WiFi, interfaces, connections, DNS, and firewall rules using NixOS.
  • Connectivity Diagnostics: Troubleshoot and identify the root cause of network issues.
  • Use Case: If a user reports they cannot access the internet, this Skill can systematically check interface status, DNS resolution, active connections, and firewall rules to pinpoint and resolve the problem.

Quick Start

Diagnose the current network connectivity issues.

Frequently Asked Questions about network-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose network connectivity issues on NixOS?

To diagnose network connectivity issues on NixOS, you can systematically check interface status, DNS resolution, active connections, and firewall rules. This approach pinpoints the root cause of network connectivity loss for rapid issue resolution.

How do I configure WiFi and DNS settings declaratively?

You can configure WiFi and DNS settings declaratively using NixOS configuration files. This method manages wireless access and network interfaces by defining desired state settings rather than running imperative runtime commands.

Can I audit firewall rules using NixOS settings?

Yes, you can audit firewall rules using NixOS settings. The system allows you to review and manage firewall configurations declaratively, ensuring your network security boundaries are correctly defined and active.

What is the best way to troubleshoot internet access problems?

The best way to troubleshoot internet access problems is to systematically check interface status, DNS resolution, active connections, and firewall rules. This comprehensive diagnostic process identifies and resolves network configuration failures.

Does this network management approach work with runtime tools?

Yes, this network management approach works with runtime tools alongside declarative NixOS settings. It combines persistent configuration management with immediate runtime diagnostics for comprehensive connectivity issue resolution.