code-server
This commit is contained in:
@@ -20,6 +20,7 @@ let
|
|||||||
9898
|
9898
|
||||||
6754 # lubelogger
|
6754 # lubelogger
|
||||||
2283 # immich
|
2283 # immich
|
||||||
|
4444 # code-server
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,6 +8,18 @@ in
|
|||||||
# Services configs
|
# Services configs
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
|
code-server = {
|
||||||
|
enable = true;
|
||||||
|
disableTelemetry = true;
|
||||||
|
disableUpdateCheck = true;
|
||||||
|
user = "admin";
|
||||||
|
group = "jallen-nas";
|
||||||
|
host = "0.0.0.0";
|
||||||
|
port = 4444;
|
||||||
|
auth = "none";
|
||||||
|
hashedPassword = "$y$j9T$EkPXmsmIMFFZ.WRrBYCxS1$P0kwo6e4.WM5DsqUcEqWC3MrZp5KfCjxffraMFZWu06";
|
||||||
|
};
|
||||||
|
|
||||||
minecraft-server = {
|
minecraft-server = {
|
||||||
enable = false;
|
enable = false;
|
||||||
eula = true;
|
eula = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user