vault backup: 2025-04-07 16:55:43

This commit is contained in:
Jerry Jacobs 2025-04-07 16:55:43 +02:00
parent 102d29559a
commit 1e54f7ef27
3 changed files with 35 additions and 5 deletions

View File

@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "2024/Github multiple users and keys.md", "file": "2025/xg-infra-srvc1-upgrade-2025 1.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Github multiple users and keys" "title": "xg-infra-srvc1-upgrade-2025 1"
} }
}, },
{ {
@ -88,8 +88,7 @@
"title": "Bookmarks" "title": "Bookmarks"
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@ -182,8 +181,10 @@
}, },
"active": "c3a7478c4edc748a", "active": "c3a7478c4edc748a",
"lastOpenFiles": [ "lastOpenFiles": [
"2025/Verkoop macBookPro11,1 Marktplaats.md", "2025/xg-infra-nas-upgrade-2025.md",
"2025/xg-infra-srvc1-upgrade-2025 1.md",
"2024/Github multiple users and keys.md", "2024/Github multiple users and keys.md",
"2025/Verkoop macBookPro11,1 Marktplaats.md",
"2025/Tuinhuis specs.md", "2025/Tuinhuis specs.md",
"2025/Secure erase under macOS.md", "2025/Secure erase under macOS.md",
"2025/Untitled" "2025/Untitled"

View File

@ -0,0 +1,29 @@
---
tags:
- freebsd
- homelab
---
# Vorke mini pc
* clean install newest Debian on m2-ssd
* btrfs data volume on /data (intel 512GB SSD)
* `/data`
* `/data/services/docker`
* `/data/services/syncthing`
* apt packages
* btrfs-progs
* neovim
* docker (custom apt repo)
BTRFS subvolume mount
* /var/lib/docker/ -> /data/services/docker
* https://wiki.archlinux.org/title/Btrfs#Mounting_subvolumes
See information
* https://wiki.archlinux.org/title/Btrfs
* https://docs.docker.com/engine/install/debian/
* https://docs.docker.com/engine/storage/drivers/btrfs-driver/