From f6163097234a37ba6c88b2334aaa53758f2c49bb Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Fri, 17 May 2024 17:54:52 +0200 Subject: [PATCH] a --- hosts/stuff/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/stuff/configuration.nix b/hosts/stuff/configuration.nix index 75706c4..ae660ef 100644 --- a/hosts/stuff/configuration.nix +++ b/hosts/stuff/configuration.nix @@ -1,4 +1,8 @@ -{pkgs, ...}: let +{ + pkgs, + lib, + ... +}: let sshKeys = import ../../crypto/ssh-keys.nix; in { imports = [