From edcc3acea595d3045253c3c2fe2462599c1c54e0 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 7 Sep 2023 16:53:41 +0200 Subject: Reorganize everything --- hosts/ahmed/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/ahmed/ssh.nix') diff --git a/hosts/ahmed/ssh.nix b/hosts/ahmed/ssh.nix index 9e34d99..f737437 100644 --- a/hosts/ahmed/ssh.nix +++ b/hosts/ahmed/ssh.nix @@ -1,6 +1,6 @@ # This file configures openSSH on this host. -{ config, pkgs, lib, misc, ... }: +{ lib, metadata, ... }: { # Who is allowed/expected to connect to this machine? @@ -13,7 +13,7 @@ users.users = lib.genAttrs ["root" "linus"] (_: { openssh.authorizedKeys.keys = [ - misc.metadata.hosts.muhammed.sshPubKey + metadata.hosts.muhammed.sshPubKey ]; }); } -- cgit v1.2.3