From 50dee3ac9feb715d69554eb76b493e1246c0c61e Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 17 Sep 2024 20:05:34 +0200 Subject: add usbauth module --- hosts/nixedo/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/nixedo/default.nix') diff --git a/hosts/nixedo/default.nix b/hosts/nixedo/default.nix index 2b422d2..2d18739 100644 --- a/hosts/nixedo/default.nix +++ b/hosts/nixedo/default.nix @@ -3,6 +3,7 @@ imports = [ ./hardware.nix ../../modules/hyprland/monitor.nix + ../../modules/usbauth/default.nix ]; networking.hostName = "nixedo"; @@ -44,6 +45,12 @@ }; }; + usbauth = { + device = "root"; + uuid = "543f281c-4feb-4a5a-b51b-99114fa4b8a1"; + keyname = "n8-tuxedo"; + }; + networking.networkmanager.fccUnlockScripts = [ { id = "105b:e0ab"; -- cgit v1.2.3-70-g09d2