nixfiles/hosts/nullbox/mcserver.nix

7 lines
122 B
Nix

{ pkgs, lib, config, ... }:
{
config = {
fileSystems."/srv/mcserver".options = [ "compress=zstd" "nofail" ];
};
}