nausicaa: remove hackyplayer

This commit is contained in:
Luke Granger-Brown 2024-08-11 11:34:03 +01:00
parent c01519ab07
commit 35c8ac5b2d

View file

@ -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