Mount a shiny new volume
This commit is contained in:
parent
4a5fbf3d9c
commit
9b4991af49
|
@ -10,7 +10,7 @@
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
# volumes
|
# volumes
|
||||||
services.btrfs.autoScrub.enable = true;
|
services.btrfs.autoScrub.enable = true;
|
||||||
fileSystems.nki-data = {
|
fileSystems.data = {
|
||||||
device = "/dev/disk/by-id/scsi-0HC_Volume_101470796";
|
device = "/dev/disk/by-id/scsi-0HC_Volume_101470796";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
mountPoint = "/mnt/data";
|
mountPoint = "/mnt/data";
|
||||||
|
|
Loading…
Reference in a new issue