comment out drives
This commit is contained in:
24
drives.nix
24
drives.nix
@@ -1,18 +1,18 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/mnt/nethergarde/windblows" = {
|
#"/mnt/nethergarde/windblows" = {
|
||||||
device = "10.94.157.2:/mnt/Nethergarde/Windows";
|
# device = "10.94.157.2:/mnt/Nethergarde/Windows";
|
||||||
fsType = "nfs";
|
# fsType = "nfs";
|
||||||
};
|
#};
|
||||||
"/mnt/nethergarde/bigdata" = {
|
#"/mnt/nethergarde/bigdata" = {
|
||||||
device = "10.94.157.2:/mnt/Nethergarde/Bigdata";
|
# device = "10.94.157.2:/mnt/Nethergarde/Bigdata";
|
||||||
fsType = "nfs";
|
# fsType = "nfs";
|
||||||
};
|
#};
|
||||||
"/mnt/nethergarde/nextcloud" = {
|
#"/mnt/nethergarde/nextcloud" = {
|
||||||
device = "10.94.157.2:/mnt/Nethergarde/New-Nextcloud";
|
# device = "10.94.157.2:/mnt/Nethergarde/New-Nextcloud";
|
||||||
fsType = "nfs";
|
# fsType = "nfs";
|
||||||
};
|
#};
|
||||||
|
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/f8ce741e-1a4d-469d-bc6c-0777c1c84423";
|
device = "/dev/disk/by-uuid/f8ce741e-1a4d-469d-bc6c-0777c1c84423";
|
||||||
|
|||||||
Reference in New Issue
Block a user