mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: centralize secret management
This commit is contained in:
parent
e9319a48e5
commit
ce7e1e4da4
3 changed files with 34 additions and 26 deletions
|
|
@ -28,16 +28,6 @@
|
|||
pkgs.last-resort
|
||||
];
|
||||
|
||||
age.secrets = {
|
||||
sshconfig = {
|
||||
file = "${../../../secrets/sshconfig.age}";
|
||||
path = "/home/leana/.ssh/config";
|
||||
};
|
||||
ltex_dict = {
|
||||
file = "${../../../secrets/ltex_dict.age}";
|
||||
path = "/home/leana/.config/ltex_dict";
|
||||
};
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".xscreensaver".source = "${./xscreensaver/.xscreensaver}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue