File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 100100 '' ;
101101
102102 fileSystems . "/" = {
103- device = "/dev/disk/by-uuid/11d8beef-2a63-4231-af35-b9b8d3a17e9b " ;
103+ device = "/dev/disk/by-uuid/7b488da9-49d3-44d1-b11b-bc6dcd418b1d " ;
104104 fsType = "ext4" ;
105105 } ;
106106
107107 fileSystems . "/nix" = {
108- device = "/dev/disk/by-uuid/64099f91-d4d6-44fa-92d4-9e905b3e7829 " ;
108+ device = "/dev/disk/by-uuid/ef734595-a856-4207-8da1-1f0bde4bad61 " ;
109109 fsType = "ext4" ;
110- neededForBoot = true ;
111- options = [ "noatime" ] ;
112110 } ;
113111
114112 fileSystems . "/boot" = {
115113 device = "/dev/disk/by-uuid/4E27-DAC0" ;
116114 fsType = "vfat" ;
115+ options = [ "fmask=0007" "dmask=0007" ] ;
117116 } ;
118117
119118 fileSystems . "/home" = {
122121 neededForBoot = true ;
123122 } ;
124123
125- # fileSystems."/media" = {
126- # device = "/dev/storage/media";
127- # fsType = "ext4";
128- # options = ["users" "nofail"];
129- # };
130-
131124 fileSystems . "/games" = {
132125 device = "/dev/storage/games" ;
133126 fsType = "ext4" ;
You can’t perform that action at this time.
0 commit comments