vanadium: set up ltex_dictionary with agenix

This commit is contained in:
Primrose 2025-02-21 13:07:02 +01:00
parent 6a6da6fb2e
commit 831b69748e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 9 additions and 0 deletions

View file

@ -54,6 +54,13 @@
restic_four_pwd.file = ../../../secrets/restic_four_pwd.age;
two_pwd.file = ../../../secrets/two_pwd.age;
ltex_dict = {
file = ../../../secrets/ltex_dict.age;
path = "/home/leana/.config/ltex_dict";
mode = "400";
owner = "leana";
};
};
services.fwupd.enable = true;