Changed option namespace for better compatibility
This commit is contained in:
parent
fe8045ee55
commit
8b25f46384
26 changed files with 407 additions and 232 deletions
|
|
@ -5,10 +5,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.tailscale;
|
||||
cfg = config.my.networking.tailscale;
|
||||
in
|
||||
{
|
||||
options.tailscale = {
|
||||
options.my.networking.tailscale = {
|
||||
enable = lib.mkEnableOption "Enable Tailscale module";
|
||||
|
||||
authKeyFile = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue