From e550e73d5d5f8346ce26132ac5451c32d3edad8e Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Wed, 13 Mar 2024 09:49:03 -0700 Subject: [PATCH] beatific: add exiftool to default programs --- machine/catacomb/default.nix | 1 - machine/empyrean/default.nix | 1 - modules/beatific.nix | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index 7076f21..7cd52df 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -27,7 +27,6 @@ swapDevices = [ { device = "/swap"; size = 1024; } ]; environment.systemPackages = with pkgs; [ - exiftool # media metadata tool lsof # list open files mkpasswd # used for setting SMB passwords, I think? samba # provides smbpasswd, mostly diff --git a/machine/empyrean/default.nix b/machine/empyrean/default.nix index a06b670..5e81271 100644 --- a/machine/empyrean/default.nix +++ b/machine/empyrean/default.nix @@ -40,7 +40,6 @@ networking.interfaces.eth0.useDHCP = true; environment.systemPackages = with pkgs; [ - exiftool tinc_pre gitea ]; diff --git a/modules/beatific.nix b/modules/beatific.nix index 15bb9cc..dbe0ed1 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -102,6 +102,7 @@ in { bc # Terminal calculator curl duf + exiftool file # File type inspector htmlq # jq for html jq # jq for json