secrets setup with sops
This commit is contained in:
parent
9faeafee7c
commit
43d6b50e45
2 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue