Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created January 5, 2018 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinisil/f0f5d99d2207a6748db8d9e5e30682c2 to your computer and use it in GitHub Desktop.
Save infinisil/f0f5d99d2207a6748db8d9e5e30682c2 to your computer and use it in GitHub Desktop.
{ lib, ... }:
with lib;
{
options.private.passwords = mkOption {
type = types.attrsOf types.str;
description = "Passwords";
internal = true;
default = import ./gen.nix;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment