mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
bumped ttl for ssh and gpg to max 2-8 hours
This commit is contained in:
parent
127227205d
commit
cd6dd90ec7
2 changed files with 5 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ let
|
|||
) (builtins.attrNames (builtins.readDir ./.));
|
||||
|
||||
allModules = builtins.listToAttrs (
|
||||
builtins.map (entry: {
|
||||
map (entry: {
|
||||
name = lib.strings.removeSuffix ".nix" entry;
|
||||
value = ./. + "/${entry}";
|
||||
}) moduleDirectoryList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue