This commit is contained in:
2023-02-27 03:44:43 +00:00
parent 275b685c09
commit e508377d85
17 changed files with 230 additions and 41 deletions

View File

@@ -11,21 +11,18 @@
sops = {
age.sshKeyPaths = [ "/home/sstent/.ssh/id_ed25519" ];
defaultSopsFile = ./secrets.yaml;
# secrets.test = {
# # sopsFile = ./secrets.yml.enc; # optionally define per-secret files
# # %r gets replaced with a runtime directory, use %% to specify a '%'
# # sign. Runtime dir is $XDG_RUNTIME_DIR on linux and $(getconf
# # DARWIN_USER_TEMP_DIR) on darwin.
# # path = "%r/test.txt";
# };
defaultSopsFile = "${config._secretstore}/user-secrets.yaml";
secrets.mrconfig = {
sopsFile = "${config._secretstore}/user_dotfiles/mrconfig"; # optionally define per-secret files
format = "binary";
path = "${config.home.homeDirectory}/.mrconfig";
};
};
# home.file."/home/sstent/.config/beets/test".source = config.lib.file.mkOutOfStoreSymlink /run/user/1000/secrets/test;
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
home.packages = with pkgs; [
@@ -62,8 +59,7 @@ beets.enable = true;
services.keybase.enable = true;
services.kbfs.enable = true;
home.file.".mrconfig".source = "${config._dotfiles}/mrconfig";
# xdg.configFile."beets/config.yaml".source = ./beets_config.yaml;
# home.file.".mrconfig".source = config.lib.file.mkOutOfStoreSymlink "${config._secrets}/mrconfig";
programs = {
dircolors.enable = true;
go.enable = true;