From 253b46f94cb132f701984f5f75e1aaf5e2aefc40 Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Mon, 3 Feb 2025 12:25:36 -0800
Subject: [PATCH] Testing

---
 .forgejo/workflows/update-flake-lock.yml | 8 --------
 nixos/hosts/framework16/default.nix      | 1 -
 2 files changed, 9 deletions(-)

diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml
index 4dfb3801..fc51da29 100644
--- a/.forgejo/workflows/update-flake-lock.yml
+++ b/.forgejo/workflows/update-flake-lock.yml
@@ -12,20 +12,13 @@ jobs:
     steps:
       - name: Setup Node
         uses: actions/setup-node@v4
-        with:
-          token: ${{ secrets.FORGEJO_TOKEN }}
       - name: Checkout repository
         uses: actions/checkout@v4
-        with:
-          token: ${{ secrets.FORGEJO_TOKEN }}
       - name: Install Nix
         uses: actions/nix-installer-action@main
-        with:
-          token: ${{ secrets.FORGEJO_TOKEN }}
       - name: Update flake.lock
         uses: actions/update-flake-lock@main
         with:
-          token: ${{ secrets.FORGEJO_TOKEN }}
           pr-title: "Update flake.lock"
           pr-labels: |
             dependencies
@@ -34,7 +27,6 @@ jobs:
       - uses: actions/gotify-action@master
         if: always()
         with:
-          token: ${{ secrets.FORGEJO_TOKEN }}
           gotify_api_base: ${{ secrets.GOTIFY_URL }}
           gotify_app_token: ${{ secrets.GOTIFY_TOKEN }}
           notification_title: |
diff --git a/nixos/hosts/framework16/default.nix b/nixos/hosts/framework16/default.nix
index a890f4d6..166a9213 100644
--- a/nixos/hosts/framework16/default.nix
+++ b/nixos/hosts/framework16/default.nix
@@ -8,7 +8,6 @@
     ../../common/modules/secureboot.nix
     ../../common/modules/udev-rules.nix
     ../../common/services/fwupd.nix
-    ../../common/modules/yubikey-auth.nix
     ../../common/modules/builder.nix
     ../../common/services/podman.nix
     ../../common/services/geoclue.nix