disable nix-ld on pneuma

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-03-04 10:59:49 -05:00
parent 1512c0cfe1
commit 524801da32
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
boot.binfmt.emulatedSystems = [ "aarch64-linux" "wasm32-wasi" ];
@ -6,7 +6,8 @@
users.motd = builtins.readFile ./motd;
services.tailscale.port = 15430;
environment.systemPackages = with pkgs; [ wasmtime weechat ];
programs.nix-ld.enable = lib.mkForce false;
services.tor = {
enable = true;
client.enable = true;