nod: Third attempt
This commit is contained in:
parent
9362e78f87
commit
becf0c961f
|
@ -4,7 +4,7 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
config = {...}: {
|
config = {...}: {
|
||||||
imports = [ ../hm ];
|
imports = [ ../../hm ];
|
||||||
home.file = {
|
home.file = {
|
||||||
".ssh/authorized_keys" = {
|
".ssh/authorized_keys" = {
|
||||||
# TODO Make an option and reuse at other places
|
# TODO Make an option and reuse at other places
|
||||||
|
|
Loading…
Reference in a new issue