Depot cannot be stopped and neither can I

This commit is contained in:
kat witch 2021-08-09 02:41:43 +01:00
parent 1f613c6fb7
commit 01460123a6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
256 changed files with 15 additions and 15 deletions

View file

@ -1,26 +0,0 @@
{ lib, config, depot, ... }: with lib; {
config = {
deploy.targets.beltane = {
tf = {
resources.beltane = {
provider = "null";
type = "resource";
connection = {
port = 62954;
host = "192.168.1.223";
};
};
};
};
network.nodes.beltane = {
imports = lib.hostImport {
hostName = "beltane";
inherit (depot) profiles;
};
networking = {
hostName = "beltane";
};
};
};
}