Open
Description
I just noticed #31 introduced a regression when running homeage
as a service, symlinks are no longer created on startup. Haven't had time to investigate yet, I simply reverted to the previous commit for now.
I only have a Github token as a secret and the symlink is not being created when activating new HM builds.
let secrets = { pkgs, config, ... }: {
homeage = {
identityPaths = [ "~/.ssh/id_ed25519" ];
pkg = pkgs.rage;
file."github-token" = {
source = ./github.age;
path = "github-notifications-token";
symlinks = [ "${config.xdg.configHome}/secrets/github" ];
};
};
};
in [ secrets ]
Metadata
Assignees
Labels
No labels
Activity