Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 27421fc6f03b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9c8528e09549
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 24, 2019

  1. networking.vpnc: remove option

    This PR is part of the networking.* namespace cleanup.
    
    The Cisco VPN module is currently of limited value since it just creates
    config files but does not manage services. The same functionality can be
    achieved by using _environment.etc_ instead.
    
    It would be a different situation if we had a full service module. So if
    you are annoyed by this change, please consider write a more featureful
    module and put its options unter _services.networking.vpnc_.
    
    Note that this change removes options for *Cisco VPN*, not
    *networkmanager-vpn*.
    Christian Kauhaus committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    3ea442c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74035 from ckauhaus/remove-vpnc

    networking.vpnc: remove option
    Ma27 committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    9c8528e View commit details
    Browse the repository at this point in the history