diff options
author | Vika <vika@fireburn.ru> | 2023-07-22 13:17:56 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-22 13:41:09 +0300 |
commit | 50c8f7d8f5f04c717ef4e72d873bf994c03efda0 (patch) | |
tree | 98609e2bdb43823d24ca03b96d9c37d2ec34ad02 /nixos-tests/onboarding.json | |
parent | 827aa789dab67eba2d117298cac60f3f1ea2c7e4 (diff) | |
download | kittybox-50c8f7d8f5f04c717ef4e72d873bf994c03efda0.tar.zst |
Move NixOS tests to a separate folder to prevent clutter
Diffstat (limited to 'nixos-tests/onboarding.json')
-rw-r--r-- | nixos-tests/onboarding.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/nixos-tests/onboarding.json b/nixos-tests/onboarding.json new file mode 100644 index 0000000..04acbf8 --- /dev/null +++ b/nixos-tests/onboarding.json @@ -0,0 +1,33 @@ +{ + "user": { + "type": [ + "h-card" + ], + "properties": { + "name": [ + "Vika" + ], + "pronoun": [ + "she/her" + ], + "url": [ + "https://twitter.com/VikaNezrimaya" + ], + "note": [ + "Just a simple girl. Do I even exist or am I a vestige of the past long gone?" + ] + } + }, + "first_post": { + "type": [ + "h-entry" + ], + "properties": { + "content": [ + "Hello!" + ] + } + }, + "blog_name": "Test Hideout", + "feeds": [] +} |