Compare commits

..

No commits in common. "0d4a597889573f0986e0ffe159fc8fc6e6aae9a6" and "8307144ed6691ad49aa59fd6686e7b54efc9bc3a" have entirely different histories.

3 changed files with 1 additions and 15 deletions

View file

@ -101,7 +101,7 @@ _: {
#windowrules
windowrulev2 = noshadow, floating:0
windowrulev2 = float, title:^(Volume Control)$
windowrulev2 = float, title:^(Picture in picture)$
windowrulev2 = float, title:^(Picture-in-Picture)$
windowrulev2 = float, title:^(RuneLite)$
windowrulev2 = move 500 300, title:^(RuneLite)$
windowrulev2 = size 810 580, title:^(RuneLite)$

View file

@ -8,6 +8,5 @@
./homarr.nix
./dashdot.nix
./miniflux.nix
./minecraft.nix
];
}

View file

@ -1,13 +0,0 @@
{...}: {
networking.firewall.allowedTCPPorts = [25565];
virtualisation.oci-containers.containers.minecraft = {
image = "marctv/minecraft-papermc-server:latest";
ports = ["25565:25565"];
environment = {
MEMORYSIZE = "6G";
};
volumes = [
"/home/notoh/docker/mcserver:/data:rw"
];
};
}