Update flake.nix
This commit is contained in:
parent
49677f2d9b
commit
ee95932647
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
secret_key_file = mkOption {
|
secret_key_file = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
example = "/var/lib/skey";
|
example = "/var/lib/skey";
|
||||||
description = "The Secrert key for Phoenix";
|
description = "The Secrert key for Phoenix";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue