mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
remove zfs drive
This commit is contained in:
parent
1103dab61e
commit
56626531ae
1 changed files with 0 additions and 4 deletions
|
@ -42,10 +42,6 @@
|
||||||
fsType = "ntfs";
|
fsType = "ntfs";
|
||||||
options = [ "rw" "uid=1000"];
|
options = [ "rw" "uid=1000"];
|
||||||
};
|
};
|
||||||
"/media/oldhome" = {
|
|
||||||
device = "jopejoe1";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
Loading…
Reference in a new issue