feat: Change hardware for ryu (nix store on ssd)

This commit is contained in:
uttarayan21
2024-04-30 01:21:28 +05:30
parent 26e1ffd399
commit b0932c3c24

View File

@@ -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";