From f33d4b571cd77b91c89c5c3f8dea4318f90ed169 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Fri, 12 Apr 2024 12:28:36 -0600 Subject: [PATCH] Disable phobos deployment. --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 030f363..e1f4bbc 100644 --- a/flake.nix +++ b/flake.nix @@ -72,10 +72,12 @@ }; phobos = { + # We keep this machine around as an example of how a remote NixOS + # dev machine can be configured. imports = [ ./hive/phobos ]; deployment = { - allowLocalDeployment = true; - targetHost = "144.126.218.252"; + allowLocalDeployment = false; + targetHost = null; }; };