yep
This commit is contained in:
parent
99e2e59b98
commit
c0ec3d9141
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/home/paul/Lidarr" =
|
||||||
|
{ device = "/dev/disk/by-uuid/5b2c0ad2-4f7a-46b5-a35b-61486f4dc49e";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = ["defaults" "users"];
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/DDC1-27A9";
|
{ device = "/dev/disk/by-uuid/DDC1-27A9";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
|
Loading…
Reference in a new issue