mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
nebula: Auto enable as default overlay implementation
This commit is contained in:
parent
27b5c57023
commit
a14692c6d6
7 changed files with 9 additions and 6 deletions
|
|
@ -12,7 +12,9 @@ let
|
|||
in
|
||||
{
|
||||
options.custom.services.nebula = {
|
||||
enable = lib.mkEnableOption "";
|
||||
enable = lib.mkEnableOption "" // {
|
||||
default = netCfg.overlay.implementation == "nebula";
|
||||
};
|
||||
|
||||
publicKeyPath = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue