distributed builds: add assertions, nix fmt

This commit is contained in:
müde 2026-05-03 16:13:47 +02:00
parent 9bff3f718f
commit 7de5751743
2 changed files with 38 additions and 11 deletions

View file

@ -1,4 +1,10 @@
{ lib, config, osConfig, thisDevice, ... }:
{
lib,
config,
osConfig,
thisDevice,
...
}:
{
options.my.tailscale.enable = lib.mkOption {
type = lib.types.bool;