From e887c29d4f30987993eeb84af440fbd3cc61ff3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 16 Nov 2024 09:56:22 +0200 Subject: [PATCH] vno1-gdrx: +diffoscope --- hosts/vno1-gdrx/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index d71e640..f99eac6 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -171,7 +171,10 @@ in services.guix.enable = true; users.extraGroups.guixbuild.members = [ "motiejus" ]; - environment.systemPackages = with pkgs; [ tcpflow ]; + environment.systemPackages = with pkgs; [ + tcpflow + diffoscope + ]; networking = { hostName = "vno1-gdrx";