added dlna for aphelion

This commit is contained in:
yaroslav
2025-07-30 00:56:24 +03:00
parent b51818d19d
commit e704a8f8bc
5 changed files with 27 additions and 2 deletions
+10
View File
@@ -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 = [ ];