From a2b855214babda377c8edcf70174c625ab13f0e0 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sun, 12 Jan 2025 11:49:14 +0000
Subject: [PATCH] Remove unused attribute

---
 nix/hosts/t490/services/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/hosts/t490/services/default.nix b/nix/hosts/t490/services/default.nix
index 4ca3fa92..bb46afd2 100644
--- a/nix/hosts/t490/services/default.nix
+++ b/nix/hosts/t490/services/default.nix
@@ -1,4 +1,4 @@
-{ username, ... }:
+{... }:
 
 {
   imports = [