many updates
This commit is contained in:
parent
63ebc70f8f
commit
11b440f993
7 changed files with 135 additions and 24 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
settings,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -42,6 +43,11 @@ in
|
|||
# TODO should I have this set for my user...
|
||||
nix.settings.trusted-users = [ "root" "${settings.user.username}" ];
|
||||
|
||||
# rate limiting for github
|
||||
nix.extraOptions = ''
|
||||
!include ${config.age.secrets.github_read_token.path}
|
||||
'';
|
||||
|
||||
# nix helper
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue