mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: move user secrets to user dir and add github ssh secret
This commit is contained in:
parent
15b5c56a19
commit
50bd09d1d8
18 changed files with 156 additions and 116 deletions
16
reference/secrets/nixos/default.nix
Normal file
16
reference/secrets/nixos/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
age.secrets = {
|
||||
nix_config_github_pat = {
|
||||
file = ./nix_config_github_pat.age;
|
||||
owner = "youwen";
|
||||
group = "users";
|
||||
mode = "0440";
|
||||
};
|
||||
# github_ssh_priv_key = {
|
||||
# file = ./github_ssh_priv_key.age;
|
||||
# mode = "600";
|
||||
# owner = "root";
|
||||
# # path = "${config.home.homeDirectory}/.ssh/github_ssh_priv_key";
|
||||
# };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue