mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(mugetsu): nf-generate
This commit is contained in:
parent
ff0c00384d
commit
de12febf68
12 changed files with 229 additions and 1 deletions
22
systems/idrac-mugetsu/default.nix
Normal file
22
systems/idrac-mugetsu/default.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
_: {
|
||||
type = "Linux";
|
||||
access = {
|
||||
online.available = true;
|
||||
};
|
||||
network.networks = {
|
||||
local = {
|
||||
slaac.enable = false;
|
||||
address4 = "10.1.1.13";
|
||||
address6 = null;
|
||||
};
|
||||
};
|
||||
exports = {
|
||||
status.displayName = "mugetsu/IDRAC";
|
||||
services = {
|
||||
sshd = {
|
||||
enable = true;
|
||||
ports.public.enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue