From 610454f0d2488a9627c47845c3be9afa24fb69c3 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 7 Jun 2026 20:27:34 +0200 Subject: [PATCH] =?UTF-8?q?fix(distant-shore):=20drop=20duplicate=20standa?= =?UTF-8?q?lone=20flake-module=20(clan-managed=20now)=20=F0=9F=A9=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake-modules/distant-shore.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 flake-modules/distant-shore.nix diff --git a/flake-modules/distant-shore.nix b/flake-modules/distant-shore.nix deleted file mode 100644 index 6c5a023..0000000 --- a/flake-modules/distant-shore.nix +++ /dev/null @@ -1,14 +0,0 @@ -# Standalone nixosSystem registration for distant-shore. -# Temporary: clan integration (zerotier/data-mesher/dm-pull-deploy) needs -# vars generated via sops on the admin machine. Until that runs, this -# keeps the box buildable without clan deps. Delete this file when -# distant-shore moves into flake-modules/clan.nix. -{ inputs, ... }: { - flake.nixosConfigurations.distant-shore = inputs.nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ - inputs.disko.nixosModules.disko - ../nixos/hosts/distant-shore.nix - ]; - }; -}