diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 14:08:26 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 20:33:34 +0200 |
commit | 5fcdae15704a82032016d79272a1601f9d232365 (patch) | |
tree | b16dc9c5135d86b3b3f75282a11345043f1d0629 /update.sh | |
parent | feat(pkgs/lf-make-map): Add de-serialization to lf mappings (diff) | |
download | nixos-config-5fcdae15704a82032016d79272a1601f9d232365.tar.gz nixos-config-5fcdae15704a82032016d79272a1601f9d232365.zip |
feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh index ab38ea56..795bae99 100755 --- a/update.sh +++ b/update.sh @@ -4,3 +4,5 @@ ./hm/soispha/conf/firefox/scripts/update_extensions.sh ./sys/nixpkgs/pkgs/update_pkgs.sh "$@" + +./sys/secrets/update.sh |