mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Depot cannot be stopped and neither can I
This commit is contained in:
parent
1f613c6fb7
commit
01460123a6
256 changed files with 15 additions and 15 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue