beginning of lighthouse

This commit is contained in:
TheWanderingCrow 2025-01-28 16:55:31 -05:00
parent 2b7270fdcc
commit ef9e7a469f
9 changed files with 101 additions and 57 deletions

View file

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