Disable phobos deployment.
parent
dea5c06682
commit
f33d4b571c
|
@ -72,10 +72,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
phobos = {
|
phobos = {
|
||||||
|
# We keep this machine around as an example of how a remote NixOS
|
||||||
|
# dev machine can be configured.
|
||||||
imports = [ ./hive/phobos ];
|
imports = [ ./hive/phobos ];
|
||||||
deployment = {
|
deployment = {
|
||||||
allowLocalDeployment = true;
|
allowLocalDeployment = false;
|
||||||
targetHost = "144.126.218.252";
|
targetHost = null;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue