From becf0c961fed2839081c5c1e25b9bfc85df1ce81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 25 Dec 2023 12:07:17 +0100 Subject: [PATCH] nod: Third attempt --- nod/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nod/common/default.nix b/nod/common/default.nix index 25d96e0..2bed4a2 100644 --- a/nod/common/default.nix +++ b/nod/common/default.nix @@ -4,7 +4,7 @@ home-manager = { useGlobalPkgs = true; config = {...}: { - imports = [ ../hm ]; + imports = [ ../../hm ]; home.file = { ".ssh/authorized_keys" = { # TODO Make an option and reuse at other places