Add age identity secret file

This commit is contained in:
2023-01-14 01:04:10 +00:00
parent 4d7bf6328e
commit 09a30b5242
5 changed files with 19 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{
{config, ...}: {
imports = [
# ./i3
# ./i3status-rust
@@ -6,4 +6,11 @@
./spotify
./rofi
];
home.file = {
".age/age.txt" = {
source = config.lib.file.mkOutOfStoreSymlink "/run/agenix/age_identity";
};
};
}