sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nix: update to latest nixpkgs
[sourcephile-nix.git]
/
hosts
/
losurdo
/
hardware.nix
diff --git
a/hosts/losurdo/hardware.nix
b/hosts/losurdo/hardware.nix
index f48bb9b38f8df5fd0c08937b28cee3922b10bc83..bc630ae2bb37cc2d600f73c1a80a83aafa2434d1 100644
(file)
--- a/
hosts/losurdo/hardware.nix
+++ b/
hosts/losurdo/hardware.nix
@@
-45,4
+45,7
@@
swapDevices = [
};
}
];
+
+# Allow access to Yubikey USB device nodes.
+services.udev.packages = [ pkgs.yubikey-personalization ];
}