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";
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
# alvr-master = inputs.alvr.packages.${prev.system}.default;
|
||||
caddyWithHetzner = final.pkgs.caddy.withPlugins {
|
||||
plugins = ["github.com/caddy-dns/hetzner@v1.0.0"];
|
||||
hash = "sha256-eKnFJjil66nYjJszBRzJVFxEimvqKcJpTHBi5OsZHhM=";
|
||||
hash = "sha256-XPRZbZn/8pgd2ijB3Y52M94rCHkq1TJHMb95tQxZ5bE=";
|
||||
};
|
||||
};
|
||||
anyrun-overlay = final: prev: {
|
||||
|
||||
Reference in New Issue
Block a user