Skip to content

Commit 7a6cc32

Browse files
author
Patrick M
committed
fix: prettier
1 parent 04aa3cf commit 7a6cc32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/data/blog/2026/smb-for-lxc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ featured: true
55
draft: false
66
pubDatetime: 2026-02-26T12:00:00
77
slug: hello-world-again
8-
tags: [ "LXC", "systemd", "Proxmox" ]
8+
tags: ["LXC", "systemd", "Proxmox"]
99
description: "Passing an SMB share from the proxmox host to LXC"
1010
---
1111

@@ -50,7 +50,7 @@ chmod 700 *
5050
### Mount Unit
5151

5252
```ini
53-
# mnt-filehost-documents.mount
53+
# mnt-filehost-documents.mount
5454
[Unit]
5555
Description=samba mount for //filehost.internal/documents for the proxmox user
5656
Requires=systemd-networkd.service
@@ -71,7 +71,7 @@ WantedBy=multi-user.target
7171
### Automount Unit
7272

7373
```ini
74-
# mnt-filehost-documents.automount
74+
# mnt-filehost-documents.automount
7575
[Unit]
7676
Description=Automount for mnt-filehost-documents
7777

0 commit comments

Comments
 (0)