nixos-test-pixelfed-wip #22

Merged
taeer merged 11 commits from nixos-test-pixelfed-wip into main 2024-09-20 17:47:21 +02:00
Showing only changes of commit d97772ccc4 - Show all commits

View file

@ -22,7 +22,7 @@ in {
};
domain = mkOption {
type = types.string;
type = types.str;
};
mastodon.enable = mkEnableOption "default Fediversity Mastodon configuration";