mkModule code-server

This commit is contained in:
mjallen18
2025-12-15 09:17:26 -06:00
parent 5c9a42fe71
commit 03b00c59b2
4 changed files with 29 additions and 100 deletions

View File

@@ -122,6 +122,10 @@ rec {
port = mkOpt types.int 80 "Port for ${name} redis to be hosted on";
};
hashedPassword = mkOpt (types.nullOr types.str) "$y$j9T$EkPXmsmIMFFZ.WRrBYCxS1$P0kwo6e4.WM5DsqUcEqWC3MrZp5KfCjxffraMFZWu06" "Hashed password for code-server authentication";
extraEnvironment = mkOpt (types.attrsOf types.str) { } "Extra environment variables for code-server";
reverseProxy = mkReverseProxyOpt;
}
// options;