Files
athenix/net.nix
2025-12-03 19:15:10 -05:00

7 lines
79 B
Nix

{ ... }:
{
# Enable networking
networking.networkmanager.enable = true;
}