chore: comment out unused media filesystem and update caddy hash
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user