Archie: add mountpoint for windows partition
This commit is contained in:
parent
e3577910d1
commit
3bdb7539b5
1 changed files with 6 additions and 0 deletions
|
|
@ -50,6 +50,12 @@
|
||||||
fsType = config.fileSystems."/".fsType;
|
fsType = config.fileSystems."/".fsType;
|
||||||
options = [ "subvolid=5" "ro" ];
|
options = [ "subvolid=5" "ro" ];
|
||||||
};
|
};
|
||||||
|
"/mnt/windows" = {
|
||||||
|
device = "/dev/disk/by-uuid/B61AFDAC1AFD6A2F";
|
||||||
|
fsType = "ntfs3";
|
||||||
|
neededForBoot = false;
|
||||||
|
options = [ "noauto" "windows_names" ];
|
||||||
|
};
|
||||||
"/home" = {
|
"/home" = {
|
||||||
device = "/dev/disk/by-uuid/5322c217-b87b-4150-8b4c-a8fa17a899bf";
|
device = "/dev/disk/by-uuid/5322c217-b87b-4150-8b4c-a8fa17a899bf";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue