mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
memos add
This commit is contained in:
@@ -55,6 +55,20 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
"localhost:5230" = {
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
listen = [
|
||||
{
|
||||
addr = "100.64.0.0";
|
||||
port = 5230;
|
||||
}
|
||||
{
|
||||
addr = "192.168.1.20";
|
||||
port = 5230;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user