move stuff
This commit is contained in:
9
systems/x86_64-linux/jallen-nas/filesystems.nix
Executable file
9
systems/x86_64-linux/jallen-nas/filesystems.nix
Executable file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
fileSystems."/media/nas/main" = {
|
||||
label = "nas_pool";
|
||||
# device = "/dev/sde:/dev/sdf:/dev/sdh:/dev/sdi:/dev/sdj:/dev/nmve0n1:/dev/nvme1n1";
|
||||
fsType = "bcachefs";
|
||||
mountPoint = "/media/nas/main";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user