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