mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
18 lines
306 B
TOML
18 lines
306 B
TOML
baseURL = 'https://foo-dogsquared.github.io/wrapper-manager-fds'
|
|
defaultContentLanguage = 'en'
|
|
title = "wrapper-manager-fds"
|
|
timeZone = "UTC"
|
|
|
|
[params]
|
|
toc = true
|
|
|
|
[security.exec]
|
|
allow = [
|
|
"^go$",
|
|
"^asciidoctor$",
|
|
]
|
|
osEnv = [ '^LAST_COMMIT_DATE$' ]
|
|
|
|
[security.funcs]
|
|
getenv = [ "^LAST_COMMIT_DATE$" ]
|