added dlna for aphelion
This commit is contained in:
@@ -35,6 +35,16 @@
|
||||
{ device = "aphelion-zroot/home";
|
||||
fsType = "zfs";
|
||||
};
|
||||
fileSystems."/home/yaroslav/.local/share/Steam"=
|
||||
{ device = "aphelion-zroot/data/steam";
|
||||
fsType = "zfs";
|
||||
};
|
||||
fileSystems."/Volumes/Trash" =
|
||||
{
|
||||
device = "/dev/yarikpc/trash";
|
||||
fsType = "ext4";
|
||||
options = [ "x-mount.mkdir" "rw" ];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user