try to fix code-server claude thing.
This commit is contained in:
parent
3d95b7a927
commit
d92c327cdf
1 changed files with 10 additions and 0 deletions
|
|
@ -8,6 +8,16 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||
#trying to fix code-server claude file
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
stdenv.cc.cc.lib
|
||||
zlib
|
||||
openssl
|
||||
curl
|
||||
sqlite
|
||||
];
|
||||
|
||||
services.code-server = {
|
||||
enable = true;
|
||||
host = "127.0.0.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue