secrets setup with sops

This commit is contained in:
Matt Nish-Lapidus 2025-01-01 14:15:35 -05:00
parent 9faeafee7c
commit 43d6b50e45
2 changed files with 9 additions and 3 deletions

View file

@ -398,6 +398,11 @@
secrets.bw_api_key = {
path = "${config.sops.defaultSymlinkPath}/bw_api_key";
};
secrets.ssh_key = {
path = "${config.sops.defaultSymlinkPath}/ssh_key";
};
};
programs = {
@ -642,7 +647,6 @@
# moving files!
home.file.".npmrc".source = ../dotfiles/dot_npmrc;
# xdg.configFile."kmonad".source = ../dotfiles/dot_config/kmonad;
xdg.configFile."just/justfile".source = ../dotfiles/dot_config/just/justfile;
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;