202404170415

This commit is contained in:
nelle 2024-04-17 04:15:55 -06:00
parent 43c7cac22e
commit aee233f936

View file

@ -1,6 +1,8 @@
---
import Layout from "../../layouts/MDPost.astro";
import Layout from "../../layouts/Layout.astro";
---
<Layout title="LimePot - Home">
<main>
# "Whats your setup like?" I hear nobody asking, I'm glad you asked!
## My personal machine currently has:
@ -19,4 +21,6 @@ Its running Ubuntu Jammy(boooooo, itd be debian or arch but i'm too lazy to redo
### I also have a Raspberry Pi 4B
8GiB Model, running, you guessed it, raspbian, it uses 64 GiB External drive as its os drive, i dont trust microSD in the SLIGHTEST. This thing actually holds up the entire infra with its chadlike beefy little arms. So proud of her.
<img src="/assets/otherpics/rpi-neofetch.png">
<img src="/assets/otherpics/rpi-neofetch.png">
</main>
</Layout>