mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: monitoring, add logistics node
This commit is contained in:
parent
c4ec521df2
commit
b8f501d0db
11 changed files with 476 additions and 0 deletions
13
systems/logistics/default.nix
Normal file
13
systems/logistics/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
_: {
|
||||
arch = "x86_64";
|
||||
type = "NixOS";
|
||||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
deploy.hostname = "10.1.1.63";
|
||||
exports = {
|
||||
services = {
|
||||
sshd.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue