Mount a shiny new volume

This commit is contained in:
Natsu Kagami 2024-10-21 05:14:26 +02:00
parent 4a5fbf3d9c
commit 9b4991af49
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -10,7 +10,7 @@
zramSwap.enable = true;
# volumes
services.btrfs.autoScrub.enable = true;
fileSystems.nki-data = {
fileSystems.data = {
device = "/dev/disk/by-id/scsi-0HC_Volume_101470796";
fsType = "btrfs";
mountPoint = "/mnt/data";