fixed config var
This commit is contained in:
@@ -111,6 +111,8 @@
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
sops.defaultSopsFile = ./secrets.yaml;
|
sops.defaultSopsFile = ./secrets.yaml;
|
||||||
sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"];
|
sops.age.sshKeyPaths = [
|
||||||
|
"${config.home-manager.users.john.home.homeDirectory}/.ssh/id_ed25519"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user