chore: comment out unused media filesystem and update caddy hash
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
uttarayan21
2025-10-04 02:39:41 +05:30
parent 6ac1010bdc
commit a78ed09254
2 changed files with 6 additions and 6 deletions

View File

@@ -121,11 +121,11 @@
fsType = "ext4";
};
fileSystems."/media" = {
device = "/dev/storage/media";
fsType = "ext4";
options = ["users" "nofail"];
};
# fileSystems."/media" = {
# device = "/dev/storage/media";
# fsType = "ext4";
# options = ["users" "nofail"];
# };
fileSystems."/games" = {
device = "/dev/storage/games";