mirror of
https://github.com/MichaelFisher1997/nixos.git
synced 2025-04-27 15:23:10 +00:00
19 lines
312 B
Nix
19 lines
312 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
#fileSystems."/mnt/BigNAS" = {
|
|
# device = "10.27.27.239:/BigNAS";
|
|
# fsType = "nfs";
|
|
#};
|
|
|
|
#fileSystems."/mnt/MainPool" = {
|
|
# device = "10.27.27.12:/MainPool";
|
|
# fsType = "nfs";
|
|
#};
|
|
|
|
#fileSystems."/mnt/NV1" = {
|
|
# device = "/dev/nvme1n1p2";
|
|
# fsType = "btrfs";
|
|
#};
|
|
}
|