mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -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
|
@ -1,5 +1,10 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
../secrets/nixos
|
||||
../users/youwen/nixos.nix
|
||||
];
|
||||
|
||||
nix.extraOptions = ''
|
||||
!include ${config.age.secrets.nix_config_github_pat.path}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue