Remove workaround for asterisk module

This commit is contained in:
Jakob Lechner 2022-07-30 22:39:36 +00:00
parent 52b56917b2
commit edf70bbdf3
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 0 additions and 5 deletions

View file

@ -9,8 +9,6 @@ in
extraModules = [
hardware.common-cpu-intel
hardware.common-pc-ssd
# TODO: Remove when https://github.com/NixOS/nixpkgs/pull/149323 is merged
"${inputs.nixpkgs-asterisk}/nixos/modules/services/networking/asterisk.nix"
];
};
party = {

View file

@ -11,9 +11,6 @@ let
};
in
{
# TODO: Remove when https://github.com/NixOS/nixpkgs/pull/149323 is merged
disabledModules = [ "services/networking/asterisk.nix" ];
services.asterisk = {
enable = true;
confFiles = {