Update flake.nix

This commit is contained in:
zoey 2025-11-07 11:18:27 -05:00
parent 49677f2d9b
commit ee95932647

View file

@ -72,7 +72,7 @@
};
secret_key_file = mkOption {
type = types.string;
type = types.str;
example = "/var/lib/skey";
description = "The Secrert key for Phoenix";
};