2tb drive died, removed
This commit is contained in:
parent
cde5235b79
commit
74e723ea06
5 changed files with 2 additions and 5 deletions
|
|
@ -7,5 +7,6 @@
|
|||
../fonts.nix
|
||||
../greetd.nix
|
||||
../virtualisation/virtualisation.nix
|
||||
../udev.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,11 +24,6 @@
|
|||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
||||
fileSystems."/2TB" =
|
||||
{ device = "/dev/disk/by-uuid/CE2C90F22C90D6B5";
|
||||
fsType = "ntfs";
|
||||
};
|
||||
|
||||
fileSystems."/500G" =
|
||||
{ device = "/dev/disk/by-uuid/88c7ab87-3bec-4f52-ab4f-c1a081df191f";
|
||||
fsType = "xfs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue