From b0932c3c24db89a5a3cda29f54b6cf1c7a27e08f Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 30 Apr 2024 01:21:28 +0530 Subject: [PATCH] feat: Change hardware for ryu (nix store on ssd) --- nixos/ryu.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/ryu.nix b/nixos/ryu.nix index 37621d82..043940bc 100644 --- a/nixos/ryu.nix +++ b/nixos/ryu.nix @@ -69,6 +69,11 @@ fsType = "ext4"; }; + fileSystems."/nix" = { + device = "/dev/disk/by-uuid/64099f91-d4d6-44fa-92d4-9e905b3e7829"; + fsType = "ext4"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/4E27-DAC0"; fsType = "vfat";