Disable phobos deployment.

main
Joshua Potter 2024-04-12 12:28:36 -06:00
parent dea5c06682
commit f33d4b571c
1 changed files with 4 additions and 2 deletions

View File

@ -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;
};
};