vno1-gdrx: +diffoscope

This commit is contained in:
Motiejus Jakštys 2024-11-16 09:56:22 +02:00
parent 4dbfa93b8a
commit e887c29d4f

View File

@ -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";