refactor: rename modules folder
This commit is contained in:
parent
f082ed8ac0
commit
2a80ef07bf
69 changed files with 16 additions and 16 deletions
20
configs/security.nix
Normal file
20
configs/security.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets/secrets.yaml;
|
||||
age.sshKeyPaths = [ "/home/rafiq/.ssh/id_ed25519" ];
|
||||
secrets = {
|
||||
"rafiq/password".neededForUsers = true;
|
||||
ts_auth_key = { };
|
||||
cwp_jira_link = { };
|
||||
cwp_jira_pat = { };
|
||||
gemini_api_key = { };
|
||||
};
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue