From aeb370f299cfed2648621645de678b4586d1806a Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Fri, 28 Jun 2024 17:42:27 +0530 Subject: [PATCH] satori: im taking this HDD with me for some time Signed-off-by: Amneesh Singh --- home/natto/pkgs.nix | 2 +- hosts/okina/hardware.nix | 3 ++- hosts/satori/hardware.nix | 8 +++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/home/natto/pkgs.nix b/home/natto/pkgs.nix index f3d8c25..83476ec 100644 --- a/home/natto/pkgs.nix +++ b/home/natto/pkgs.nix @@ -23,7 +23,7 @@ # GUI utils slack - webcord + vesktop (xfce.thunar.override { thunarPlugins = with xfce; [ thunar-media-tags-plugin diff --git a/hosts/okina/hardware.nix b/hosts/okina/hardware.nix index 8f2f3ea..5de296d 100644 --- a/hosts/okina/hardware.nix +++ b/hosts/okina/hardware.nix @@ -25,12 +25,13 @@ fsType = "ext4"; }; - fileSystems."/media/real" = +/* fileSystems."/media/real" = { device = "/dev/disk/by-uuid/8086be20-c770-46be-bd8f-5bd2d7735c7d"; fsType = "btrfs"; options = [ "compress-force=zstd:3" ]; }; + */ /* fileSystems."/media/ntfs" = { diff --git a/hosts/satori/hardware.nix b/hosts/satori/hardware.nix index 0660226..6bf5ccc 100644 --- a/hosts/satori/hardware.nix +++ b/hosts/satori/hardware.nix @@ -8,7 +8,13 @@ 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"; options = [ "compress-force=zstd:3" ]; };