Compare commits
No commits in common. "0d4a597889573f0986e0ffe159fc8fc6e6aae9a6" and "8307144ed6691ad49aa59fd6686e7b54efc9bc3a" have entirely different histories.
0d4a597889
...
8307144ed6
3 changed files with 1 additions and 15 deletions
|
@ -101,7 +101,7 @@ _: {
|
||||||
#windowrules
|
#windowrules
|
||||||
windowrulev2 = noshadow, floating:0
|
windowrulev2 = noshadow, floating:0
|
||||||
windowrulev2 = float, title:^(Volume Control)$
|
windowrulev2 = float, title:^(Volume Control)$
|
||||||
windowrulev2 = float, title:^(Picture in picture)$
|
windowrulev2 = float, title:^(Picture-in-Picture)$
|
||||||
windowrulev2 = float, title:^(RuneLite)$
|
windowrulev2 = float, title:^(RuneLite)$
|
||||||
windowrulev2 = move 500 300, title:^(RuneLite)$
|
windowrulev2 = move 500 300, title:^(RuneLite)$
|
||||||
windowrulev2 = size 810 580, title:^(RuneLite)$
|
windowrulev2 = size 810 580, title:^(RuneLite)$
|
||||||
|
|
|
@ -8,6 +8,5 @@
|
||||||
./homarr.nix
|
./homarr.nix
|
||||||
./dashdot.nix
|
./dashdot.nix
|
||||||
./miniflux.nix
|
./miniflux.nix
|
||||||
./minecraft.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue