mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: remove uses of mdDoc
This commit is contained in:
parent
d5304bbe2b
commit
cb1565c713
8 changed files with 33 additions and 41 deletions
|
@ -9,7 +9,6 @@
|
|||
assertMsg
|
||||
literalExpression
|
||||
mapAttrs
|
||||
mdDoc
|
||||
mkOption
|
||||
types
|
||||
;
|
||||
|
@ -42,7 +41,7 @@ in {
|
|||
default = {};
|
||||
type = types.attrsOf types.path;
|
||||
example = literalExpression "{ local = ./secrets.nix.age; }";
|
||||
description = mdDoc ''
|
||||
description = ''
|
||||
This file manages the origin for this machine's repository-secrets. Anything that is
|
||||
technically not a secret in the classical sense (i.e. that it has to be protected
|
||||
after it has been deployed), but something you want to keep secret from the public;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue