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