remove lighthouse

This commit is contained in:
TheWanderingCrow 2025-04-22 09:32:49 -04:00
parent 8c68d5cdd1
commit 33ca31c4fa
7 changed files with 0 additions and 116 deletions

View file

@ -42,9 +42,6 @@
live = {
enable = lib.mkEnableOption "enable live disk user";
};
lighthouse = {
enable = lib.mkEnableOption "enable nebula lighthouse server";
};
};
desktop = {
@ -100,9 +97,6 @@
live = {
enable = lib.mkDefault false;
};
lighthouse = {
enable = lib.mkDefault false;
};
};
# Desktop options are declared in their relevant modules in module/desktops