mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(gengetsu): nf-generate
This commit is contained in:
parent
a8d2fa8c90
commit
ab0d81cb5d
8 changed files with 122 additions and 2 deletions
20
systems/idrac-gengetsu/default.nix
Normal file
20
systems/idrac-gengetsu/default.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
_: {
|
||||
type = "Linux";
|
||||
access = {
|
||||
online.available = true;
|
||||
};
|
||||
network.networks = {
|
||||
local = {
|
||||
address4 = "10.1.1.12";
|
||||
address6 = null;
|
||||
};
|
||||
};
|
||||
exports = {
|
||||
services = {
|
||||
sshd = {
|
||||
enable = true;
|
||||
ports.public.enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue