This commit is contained in:
Nathan McCarty 2023-04-26 05:46:48 -04:00
parent 9ebe723c44
commit 9946a49fe1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs }: rec { rec {
keys = { keys = {
# yubikey ssh key # yubikey ssh key
"yubikey" = "yubikey" =

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
nc = config.nathan.config; nc = config.nathan.config;
ssh = import ../../info/ssh-keys.nix { }; ssh = import ../../info/ssh-keys.nix;
in with lib; { in with lib; {
config = mkMerge [ config = mkMerge [
{ {