From a7888178b96ac99553a9bc9f31769451a2abae12 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:07:40 +0100 Subject: [PATCH] add nsstools --- modules/cli-tools.nix | 1 + systems/pc/configuration.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/modules/cli-tools.nix b/modules/cli-tools.nix index 45ee46b..ba8265b 100644 --- a/modules/cli-tools.nix +++ b/modules/cli-tools.nix @@ -17,5 +17,6 @@ ffmpeg nethogs dig + nss-tools ]; } diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index a760fb4..52adeba 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -17,6 +17,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + networking.hostName = "kop-pc"; # Define your hostname. # Enable networking