From b2a1f8571cd1d621c37bc94d86dd353c5ac75a89 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sat, 13 Apr 2024 16:29:24 +0200 Subject: [PATCH] format --- templates/new-clan/flake.nix | 6 +----- templates/new-clan/modules/shared.nix | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/new-clan/flake.nix b/templates/new-clan/flake.nix index cc873d975..e7ef6236f 100644 --- a/templates/new-clan/flake.nix +++ b/templates/new-clan/flake.nix @@ -63,17 +63,13 @@ }; clan.networking.zerotier.networking.enable = true; - /* + /* After jon is deployed, uncomment the following line This will allow sara to share the VPN overlay network with jon */ # clan.networking.zerotier.networkId = builtins.readFile ../jon/facts/zerotier-network-id; }; }; - - specialArgs = { - inherit system; - }; }; in { diff --git a/templates/new-clan/modules/shared.nix b/templates/new-clan/modules/shared.nix index bb6bb5c28..5cc1ca73f 100644 --- a/templates/new-clan/modules/shared.nix +++ b/templates/new-clan/modules/shared.nix @@ -1,4 +1,4 @@ -{clan-core, ...}: +{ clan-core, ... }: { imports = [ clan-core.clanModules.sshd