disable nix-ld on pneuma
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
1512c0cfe1
commit
524801da32
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" "wasm32-wasi" ];
|
||||
|
@ -7,6 +7,7 @@
|
|||
services.tailscale.port = 15430;
|
||||
environment.systemPackages = with pkgs; [ wasmtime weechat ];
|
||||
|
||||
programs.nix-ld.enable = lib.mkForce false;
|
||||
services.tor = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
|
|
Loading…
Reference in New Issue