beginning of lighthouse
This commit is contained in:
parent
2b7270fdcc
commit
ef9e7a469f
9 changed files with 101 additions and 57 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue