diff --git a/ops/nixos/nausicaa/default.nix b/ops/nixos/nausicaa/default.nix index 2c2c75219b..cc73b41a2f 100644 --- a/ops/nixos/nausicaa/default.nix +++ b/ops/nixos/nausicaa/default.nix @@ -15,7 +15,6 @@ in { ../lib/rexxar-distributed.nix ../lib/quadv-ca/default.nix ((import ../../../third_party/lanzaboote.nix { }).nixosModules.lanzaboote) - ../lib/hackyplayer.nix ../lib/open5gs.nix ]; @@ -318,12 +317,6 @@ in { enable = true; }; - my.hackyplayer = { - enable = true; - listenAddresses = [ "127.0.0.1" "::1" ]; - hostname = "hackyplayer.localhost"; - }; - my.services.open5gs.enable = true; # This value determines the NixOS release with which your system is to be