typo fix
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 59s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 59s
Signed-off-by: satr14 <[email protected]>
This commit is contained in:
parent
dd27570137
commit
d2f3f3a9ad
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
user = username;
|
||||
disableTelemetry = true;
|
||||
extensionsDir = "/mnt/data/code-server/extensions";
|
||||
userDataDit = "/mnt/data/code-server/user-data";
|
||||
userDataDir = "/mnt/data/code-server/user-data";
|
||||
extraPackages = with pkgs; [];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue