feat: move user secrets to user dir and add github ssh secret

This commit is contained in:
Youwen Wu 2024-12-27 19:26:51 -08:00
parent 15b5c56a19
commit 50bd09d1d8
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
18 changed files with 156 additions and 116 deletions

View file

@ -1,5 +1,10 @@
{ config, ... }:
{
imports = [
../secrets/nixos
../users/youwen/nixos.nix
];
nix.extraOptions = ''
!include ${config.age.secrets.nix_config_github_pat.path}
'';