fix(gengetsu): nf-generate

This commit is contained in:
arcnmx 2024-11-20 09:41:15 -08:00
parent a8d2fa8c90
commit ab0d81cb5d
8 changed files with 122 additions and 2 deletions

View 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;
};
};
};
}