Remove workaround for asterisk module
This commit is contained in:
parent
52b56917b2
commit
edf70bbdf3
2 changed files with 0 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue