nausicaa: remove hackyplayer
This commit is contained in:
parent
c01519ab07
commit
35c8ac5b2d
1 changed files with 0 additions and 7 deletions
|
@ -15,7 +15,6 @@ in {
|
||||||
../lib/rexxar-distributed.nix
|
../lib/rexxar-distributed.nix
|
||||||
../lib/quadv-ca/default.nix
|
../lib/quadv-ca/default.nix
|
||||||
((import ../../../third_party/lanzaboote.nix { }).nixosModules.lanzaboote)
|
((import ../../../third_party/lanzaboote.nix { }).nixosModules.lanzaboote)
|
||||||
../lib/hackyplayer.nix
|
|
||||||
../lib/open5gs.nix
|
../lib/open5gs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -318,12 +317,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
my.hackyplayer = {
|
|
||||||
enable = true;
|
|
||||||
listenAddresses = [ "127.0.0.1" "::1" ];
|
|
||||||
hostname = "hackyplayer.localhost";
|
|
||||||
};
|
|
||||||
|
|
||||||
my.services.open5gs.enable = true;
|
my.services.open5gs.enable = true;
|
||||||
|
|
||||||
# This value determines the NixOS release with which your system is to be
|
# This value determines the NixOS release with which your system is to be
|
||||||
|
|
Loading…
Reference in a new issue