satori: im taking this HDD with me for some time

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-28 17:42:27 +05:30
parent edf8d639b3
commit aeb370f299
3 changed files with 10 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
# GUI utils # GUI utils
slack slack
webcord vesktop
(xfce.thunar.override { (xfce.thunar.override {
thunarPlugins = with xfce; [ thunarPlugins = with xfce; [
thunar-media-tags-plugin thunar-media-tags-plugin

View File

@@ -25,12 +25,13 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/media/real" = /* fileSystems."/media/real" =
{ {
device = "/dev/disk/by-uuid/8086be20-c770-46be-bd8f-5bd2d7735c7d"; device = "/dev/disk/by-uuid/8086be20-c770-46be-bd8f-5bd2d7735c7d";
fsType = "btrfs"; fsType = "btrfs";
options = [ "compress-force=zstd:3" ]; options = [ "compress-force=zstd:3" ];
}; };
*/
/* fileSystems."/media/ntfs" = /* fileSystems."/media/ntfs" =
{ {

View File

@@ -8,7 +8,13 @@
fileSystems."/" = fileSystems."/" =
{ {
device = "/dev/disk/by-uuid/4c02ddf5-d00e-4d84-856f-c327ae44d047"; device = "/dev/disk/by-uuid/59af143c-1a87-4654-9b31-7594ac8ba530";
fsType = "ext4";
};
fileSystems."/media/real" =
{
device = "/dev/disk/by-uuid/8086be20-c770-46be-bd8f-5bd2d7735c7d";
fsType = "btrfs"; fsType = "btrfs";
options = [ "compress-force=zstd:3" ]; options = [ "compress-force=zstd:3" ];
}; };