From b45fe04a2bc2b3d09a475f5205801d700c4fb13f Mon Sep 17 00:00:00 2001
From: Leyla Becker <git@jan-leila.com>
Date: Mon, 17 Mar 2025 17:13:37 -0500
Subject: [PATCH 1/2] removed duplicate task from tasks

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 9b72e49..6d2c56b 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,6 @@ nix multi user, multi system, configuration with `sops` secret management, `home
 - ISO target that contains authorized keys for nixos-anywhere https://github.com/diegofariasm/yggdrasil/blob/4acc43ebc7bcbf2e41376d14268e382007e94d78/hosts/bootstrap/default.nix
 - Immich
 - zfs encryption FIDO2 2fa (look into shavee)
-- ISO installer - https://github.com/nix-community/nixos-generators
 - Secure Boot - https://github.com/nix-community/lanzaboote
 - SMART test with email results
 - Create Tor guard/relay server

From 8e98273fcf40d7946e0af4b08b785b1e3cd0d833 Mon Sep 17 00:00:00 2001
From: Leyla Becker <git@jan-leila.com>
Date: Mon, 17 Mar 2025 17:40:35 -0500
Subject: [PATCH 2/2] added photos bookmark to firefox

---
 configurations/home-manager/leyla/firefox.nix | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configurations/home-manager/leyla/firefox.nix b/configurations/home-manager/leyla/firefox.nix
index 59450c4..5bc49db 100644
--- a/configurations/home-manager/leyla/firefox.nix
+++ b/configurations/home-manager/leyla/firefox.nix
@@ -265,6 +265,12 @@
           keyword = "";
           tags = [""];
         }
+        {
+          name = "Photos";
+          url = "https://photos.jan-leila.com";
+          keyword = "";
+          tags = [""];
+        }
         {
           name = "Git";
           url = "https://git.jan-leila.com/";