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" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" "wasm32-wasi" ];
|
||||||
|
@ -6,7 +6,8 @@
|
||||||
users.motd = builtins.readFile ./motd;
|
users.motd = builtins.readFile ./motd;
|
||||||
services.tailscale.port = 15430;
|
services.tailscale.port = 15430;
|
||||||
environment.systemPackages = with pkgs; [ wasmtime weechat ];
|
environment.systemPackages = with pkgs; [ wasmtime weechat ];
|
||||||
|
|
||||||
|
programs.nix-ld.enable = lib.mkForce false;
|
||||||
services.tor = {
|
services.tor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
client.enable = true;
|
client.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue