From 96a283f505db31b4f49e8cbba5ec1998e6002c51 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Tue, 26 Sep 2023 20:11:37 -0400 Subject: [PATCH] format old windows partition and mount by default. Gonna use it for Cyberpunk2.0/PhantomLiberty --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 0e9e92b..76b4128 100644 --- a/flake.nix +++ b/flake.nix @@ -394,6 +394,7 @@ boot.supportedFilesystems = [ "ntfs" ]; fileSystems."/" = { device = "/dev/disk/by-uuid/163c1731-2f66-436b-a74f-20f84ec628dd"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/9C44-5411"; fsType = "vfat"; }; + fileSystems."/reborn" = { device = "/dev/disk/by-label/reborn"; fsType = "ext4"; }; #fileSystems."/big_disk" = { device = "/dev/disk/by-uuid/B610D69310D65A47"; fsType = "ntfs3"; options = ["rw" "uid=1000"]; }; #fileSystems."/big_disk" = { device = "/dev/sdb1"; fsType = "ntfs3"; options = ["rw" "uid=1000"]; }; swapDevices = [ ];