whooop 2
This commit is contained in:
parent
9ebe723c44
commit
9946a49fe1
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs }: rec {
|
rec {
|
||||||
keys = {
|
keys = {
|
||||||
# yubikey ssh key
|
# yubikey ssh key
|
||||||
"yubikey" =
|
"yubikey" =
|
||||||
|
|
|
@ -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 [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue