Format repo
This commit is contained in:
parent
3169149045
commit
8160b9da0b
37 changed files with 643 additions and 392 deletions
modules
|
@ -1,4 +1,10 @@
|
|||
{ nixhelm, system, config, lib, ... }: {
|
||||
{
|
||||
nixhelm,
|
||||
system,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
options.tailscale.enable = lib.mkEnableOption "tailscale";
|
||||
|
||||
config = lib.mkIf config.tailscale.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue