tadpole: Add mount for tadpole-1 volume
This commit is contained in:
@@ -31,6 +31,15 @@
|
|||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/tadpole-1" = {
|
||||||
|
device = "/dev/disk/by-uuid/e359ca3c-4b4d-49dc-bd37-edf2b90654cd";
|
||||||
|
fsType = "ext4";
|
||||||
|
options = [
|
||||||
|
"defaults"
|
||||||
|
"discard"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/aa0634e1-a1c2-4461-978a-cf1768f38b0c"; }
|
{ device = "/dev/disk/by-uuid/aa0634e1-a1c2-4461-978a-cf1768f38b0c"; }
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user