successful update
This commit is contained in:
@@ -48,6 +48,18 @@
|
||||
fsType = "ext4";
|
||||
options = [ "x-mount.mkdir" "rw" ];
|
||||
};
|
||||
fileSystems."/Volumes/Games" =
|
||||
{
|
||||
device = "/dev/yarikpc/games";
|
||||
fsType = "ext4";
|
||||
options = [ "x-mount.mkdir" "rw" ];
|
||||
};
|
||||
fileSystems."/Volumes/ssd_g" =
|
||||
{
|
||||
device = "/dev/disk/by-id/ata-KINGSTON_SA400S37240G_50026B77846D940A-part1";
|
||||
fsType = "btrfs";
|
||||
options = [ "x-mount.mkdir" "rw" ];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user