home: major restructuring
needs more work
This commit is contained in:
BIN
home/natto/secrets/.zshrc.age
Normal file
BIN
home/natto/secrets/.zshrc.age
Normal file
Binary file not shown.
20
home/natto/secrets/default.nix
Normal file
20
home/natto/secrets/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, ... }: {
|
||||
age =
|
||||
let
|
||||
home = config.home.homeDirectory;
|
||||
in
|
||||
{
|
||||
sshKeyPaths = [ "${home}/.ssh/id_ed25519" ];
|
||||
secrets = {
|
||||
mpdasrc = {
|
||||
file = ./mpdasrc.age;
|
||||
path = "${home}/.config/mpdasrc";
|
||||
};
|
||||
zshrc = {
|
||||
file = ./.zshrc.age;
|
||||
path = "${home}/.zshrc";
|
||||
mode = "660";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
BIN
home/natto/secrets/fish_variables.age
Normal file
BIN
home/natto/secrets/fish_variables.age
Normal file
Binary file not shown.
BIN
home/natto/secrets/mpdasrc.age
Normal file
BIN
home/natto/secrets/mpdasrc.age
Normal file
Binary file not shown.
Reference in New Issue
Block a user