building without tf state

This commit is contained in:
arcnmx 2022-12-17 18:44:05 -08:00
parent e4bd7ee5e6
commit 6779ac1c65
5 changed files with 17 additions and 12 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, lib, root, ... }: with lib; let
{ config, pkgs, lib, tree, ... }: with lib; let
home = config.deploy.targets.home.tf;
in {
imports = lib.optional (tree.pure.trusted ? modules.meta) tree.pure.trusted.modules.meta.tailscale;
options = {
tailnet_uri = mkOption {
type = types.str;