some stuff
This commit is contained in:
parent
cd8343c0c4
commit
d2fd9fda8a
26 changed files with 377 additions and 83 deletions
9
home/secrets/default.nix
Normal file
9
home/secrets/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{config, ...}: {
|
||||
sops = {
|
||||
age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
imports = [
|
||||
./wakatime.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue