Compare commits
No commits in common. "29ce7579a57d378a53495c37841f4e07bdd14bbb" and "45c2ea8b1e040a7de15be09a3b42b96f38927773" have entirely different histories.
29ce7579a5
...
45c2ea8b1e
2 changed files with 9 additions and 10 deletions
|
|
@ -90,15 +90,15 @@ in
|
||||||
]
|
]
|
||||||
++ btrfs_options;
|
++ btrfs_options;
|
||||||
};
|
};
|
||||||
# fileSystems."/home/lelgenio/Música" = {
|
fileSystems."/home/lelgenio/Música" = {
|
||||||
# device = "/dev/disk/by-label/BTRFS_DATA";
|
device = "/dev/disk/by-label/BTRFS_DATA";
|
||||||
# fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
# options = [
|
options = [
|
||||||
# "subvol=@music"
|
"subvol=@music"
|
||||||
# "nofail"
|
"nofail"
|
||||||
# ]
|
]
|
||||||
# ++ btrfs_options;
|
++ btrfs_options;
|
||||||
# };
|
};
|
||||||
fileSystems."/home/lelgenio/.local/mount/data" = {
|
fileSystems."/home/lelgenio/.local/mount/data" = {
|
||||||
device = "/dev/disk/by-label/BTRFS_DATA";
|
device = "/dev/disk/by-label/BTRFS_DATA";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ in
|
||||||
down_meme
|
down_meme
|
||||||
unstable.yt-dlp
|
unstable.yt-dlp
|
||||||
ffmpeg
|
ffmpeg
|
||||||
vlc
|
|
||||||
obs-studio
|
obs-studio
|
||||||
obs-studio-autostart
|
obs-studio-autostart
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue