diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-26 12:27:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-30 06:58:26 +0530 |
commit | 4591d454954f71c27d638d7ed23ad1953359d71d (patch) | |
tree | 4ddb6905f2f96ce3b630f43ede26d31b897b6b17 /common.nix | |
parent | 8292bd5699153663f0f3dc0a56250d10354150c8 (diff) |
modules/network-interfaces: drop upstreamed changes
https://github.com/NixOS/nixpkgs/pull/278179
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,7 +7,6 @@ in { disabledModules = [ "services/networking/pppd.nix" - "tasks/network-interfaces-scripted.nix" ]; imports = [ ./modules/userdata.nix @@ -16,7 +15,6 @@ in ./modules/dev.nix ./modules/pppd.nix - ./modules/network-interfaces-scripted.nix ]; sops = { |